Skip to content

Commit 34ddd00

Browse files
committed
added back bindings_after_at as a cfg_attr
1 parent 62654cf commit 34ddd00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: alloc/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
#![feature(allow_internal_unstable)]
8383
#![feature(arbitrary_self_types)]
8484
#![feature(async_stream)]
85+
#![cfg_attr(bootstrap, feature(bindings_after_at))]
8586
#![feature(box_patterns)]
8687
#![feature(box_syntax)]
8788
#![feature(cfg_sanitize)]

0 commit comments

Comments
 (0)