Skip to content

Commit

Permalink
Properly stage new feature gates
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Dec 11, 2018
1 parent 1346619 commit 5457b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
#![feature(libc)]
#![feature(link_args)]
#![feature(linkage)]
#![feature(min_const_unsafe_fn)]
#![cfg_attr(not(stage0), feature(min_const_unsafe_fn))]
#![feature(needs_panic_runtime)]
#![feature(never_type)]
#![feature(nll)]
Expand Down

0 comments on commit 5457b19

Please sign in to comment.