Skip to content

Commit

Permalink
Revert removed #![feature(nll)]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 27, 2019
1 parent 0749a04 commit 2c783c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/lib.rs
Expand Up @@ -276,6 +276,7 @@
#![feature(maybe_uninit)]
#![feature(needs_panic_runtime)]
#![feature(never_type)]
#![feature(nll)]
#![feature(non_exhaustive)]
#![feature(on_unimplemented)]
#![feature(optin_builtin_traits)]
Expand Down

0 comments on commit 2c783c3

Please sign in to comment.