Skip to content

Commit 4f3e5ce

Browse files
oli-obkischeinkman
authored andcommitted
Properly stage new feature gates
1 parent 6e20b10 commit 4f3e5ce

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
@@ -272,7 +272,7 @@
272272
#![feature(libc)]
273273
#![feature(link_args)]
274274
#![feature(linkage)]
275-
#![feature(min_const_unsafe_fn)]
275+
#![cfg_attr(not(stage0), feature(min_const_unsafe_fn))]
276276
#![feature(needs_panic_runtime)]
277277
#![feature(never_type)]
278278
#![feature(nll)]

0 commit comments

Comments
 (0)