Skip to content

Commit 0a4f69e

Browse files
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 0f5d4b8 + 34ddd00 commit 0a4f69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
#![feature(allow_internal_unstable)]
8686
#![feature(arbitrary_self_types)]
8787
#![feature(async_stream)]
88+
#![cfg_attr(bootstrap, feature(bindings_after_at))]
8889
#![feature(box_patterns)]
8990
#![feature(box_syntax)]
9091
#![feature(cfg_sanitize)]
@@ -145,7 +146,6 @@
145146
#![feature(associated_type_bounds)]
146147
#![feature(slice_group_by)]
147148
#![feature(decl_macro)]
148-
#![feature(bindings_after_at)]
149149
// Allow testing this library
150150

151151
#[cfg(test)]

0 commit comments

Comments
 (0)