Skip to content

Commit 26feec9

Browse files
diliopvmagro
authored and
vmagro
committed
[rust-1.65.0] update to Rust 1.65.0
Summary: Added `fbcode` symlinks for `platform010` & `platform010-aarch64` and addressed the following fixes: * Account for stabilized [`#![feature(backtrace)]`](rust-lang/rust#99573) and [`#![feature(generic_associated_types)]`](rust-lang/rust#99573) * Account for removal of [`#![feature(result_into_ok_or_err)]`](rust-lang/rust#100604) * Account for migration of [`std::io::ReadBuf` to `std::io::BorrowBuf|BorrowCursor`](rust-lang/rust#97015) * Account for [`Error` trait move into core](rust-lang/rust#99917) * Account for `#[warn(non_camel_case_types)]` * Various function signature, lifetime requirement changes and lint fixes Test Plan: ``` cd ~/fbcode buckify_tp2 ./common/rust/tools/scripts/check_all.sh fbcode -- --local-only ``` Reviewed By: zertosh Differential Revision: D40923615 fbshipit-source-id: f7ac2828d74edeae39aae517172207b0ee998a59
1 parent c1baf42 commit 26feec9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

antlir/btrfs_send_stream_upgrade/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
#![feature(backtrace)]
98
#![feature(mutex_unlock)]
109
/*
1110
* With rust 1.62, it appears that the thread sanitizer has been completely

antlir/find_built_subvol_rs.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use absolute_path::AbsolutePathBuf;
1111
use artifacts_dir_rs::ensure_path_in_repo;
1212
use fs_utils_rs::AntlirPath;
1313
use pyo3::create_exception;
14-
use pyo3::exceptions::PyFileNotFoundError;
1514
use pyo3::prelude::*;
1615

1716
create_exception!(artifacts_dir, SubvolNotFound, pyo3::exceptions::PyException);

0 commit comments

Comments
 (0)