Skip to content

Commit 5457b19

Browse files
committed
Properly stage new feature gates
1 parent 1346619 commit 5457b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
#![feature(libc)]
272272
#![feature(link_args)]
273273
#![feature(linkage)]
274-
#![feature(min_const_unsafe_fn)]
274+
#![cfg_attr(not(stage0), feature(min_const_unsafe_fn))]
275275
#![feature(needs_panic_runtime)]
276276
#![feature(never_type)]
277277
#![feature(nll)]

0 commit comments

Comments
 (0)