Skip to content

Commit 38a4406

Browse files
diliopfacebook-github-bot
authored andcommitted
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 Reviewed By: zertosh Differential Revision: D40923615 fbshipit-source-id: f7ac2828d74edeae39aae517172207b0ee998a59
1 parent 35de61a commit 38a4406

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

starlark/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@
351351
#![feature(const_mut_refs)]
352352
#![feature(const_type_id)]
353353
#![cfg_attr(rust_nightly, feature(core_intrinsics))]
354-
#![feature(generic_associated_types)]
355354
#![feature(maybe_uninit_write_slice)]
356355
#![feature(ptr_metadata)]
357356
// Plugins

0 commit comments

Comments
 (0)