Skip to content

Commit d30f325

Browse files
borsgitbot
authored and
gitbot
committed
Auto merge of rust-lang#85305 - MarcusDunn:master, r=pnkfelix
Stabilize bindings_after_at attempting to stabilze bindings_after_at [rust-lang#65490](rust-lang#65490), im pretty new to the whole thing so any pointers are greatly appreciated.
2 parents 28e6093 + 34ddd00 commit d30f325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: alloc/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
#![feature(allow_internal_unstable)]
8282
#![feature(arbitrary_self_types)]
8383
#![feature(async_stream)]
84+
#![cfg_attr(bootstrap, feature(bindings_after_at))]
8485
#![feature(box_patterns)]
8586
#![feature(box_syntax)]
8687
#![feature(cfg_sanitize)]
@@ -143,7 +144,6 @@
143144
#![feature(associated_type_bounds)]
144145
#![feature(slice_group_by)]
145146
#![feature(decl_macro)]
146-
#![feature(bindings_after_at)]
147147
// Allow testing this library
148148

149149
#[cfg(test)]

0 commit comments

Comments
 (0)