about summary refs log tree commit diff
path: root/src/librustc_allocator
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-02-10 16:13:30 +0900
committerTaiki Endo <te316e89@gmail.com>2019-02-10 16:13:30 +0900
commit2be0993c4e219994b355a06e82394c966a2cfa5d (patch)
tree45e55bd4704bc358d6b914d7b7679c88c866b030 /src/librustc_allocator
parent1bfb44133d1dbabc27acbe63848b072c76f0921f (diff)
downloadrust-2be0993c4e219994b355a06e82394c966a2cfa5d.tar.gz
rust-2be0993c4e219994b355a06e82394c966a2cfa5d.zip
Revert removed #![feature(nll)]
Diffstat (limited to 'src/librustc_allocator')
-rw-r--r--src/librustc_allocator/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_allocator/lib.rs b/src/librustc_allocator/lib.rs
index 16b9ccfda80..9d6e728e135 100644
--- a/src/librustc_allocator/lib.rs
+++ b/src/librustc_allocator/lib.rs
@@ -1,3 +1,4 @@
+#![feature(nll)]
 #![feature(rustc_private)]
 
 #![deny(rust_2018_idioms)]