diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-02-11 04:25:30 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2019-02-28 04:06:16 +0900 |
| commit | 2c783c3543f9582bb113253ab4d2277a4b27728f (patch) | |
| tree | 2400bd443862ffee557ab315156e2c2b7663eb60 /src/libstd | |
| parent | 0749a04fb64f1423e811c280de8206cdc5715004 (diff) | |
| download | rust-2c783c3543f9582bb113253ab4d2277a4b27728f.tar.gz rust-2c783c3543f9582bb113253ab4d2277a4b27728f.zip | |
Revert removed #![feature(nll)]
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 92197e8014a..4883c607ad1 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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)] |
