Skip to content

Commit 3ed965a

Browse files
committed
[nll] libfmt_macros: enable feature(nll) for bootstrap
1 parent 63fe441 commit 3ed965a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libfmt_macros/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
html_playground_url = "https://play.rust-lang.org/",
2121
test(attr(deny(warnings))))]
2222

23+
#![cfg_attr(not(stage0), feature(nll))]
24+
2325
pub use self::Piece::*;
2426
pub use self::Position::*;
2527
pub use self::Alignment::*;

0 commit comments

Comments
 (0)