Skip to content

Commit

Permalink
added back bindings_after_at as a cfg_attr
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Jun 4, 2021
1 parent 5f9e33f commit c2af4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/alloc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
#![feature(allow_internal_unstable)]
#![feature(arbitrary_self_types)]
#![feature(async_stream)]
#![cfg_attr(bootstrap, feature(bindings_after_at))]
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(cfg_sanitize)]
Expand Down

0 comments on commit c2af4cb

Please sign in to comment.