about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-05-31 12:08:58 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-05-31 12:13:47 +0200
commit9de82d7611cd75fda0f0def322525b8942381bec (patch)
tree549b0ae3419f9342e6b5769161fe49dc37a22e7e /compiler/rustc_span/src
parentb4ed7114bd307b230ac032931753ad5fc2819797 (diff)
downloadrust-9de82d7611cd75fda0f0def322525b8942381bec.tar.gz
rust-9de82d7611cd75fda0f0def322525b8942381bec.zip
Use allow_internal_unstable more in rustc_index
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/lib.rs b/compiler/rustc_span/src/lib.rs
index dc15c531d1e..4e650d7714d 100644
--- a/compiler/rustc_span/src/lib.rs
+++ b/compiler/rustc_span/src/lib.rs
@@ -21,7 +21,6 @@
 #![feature(nll)]
 #![feature(min_specialization)]
 #![feature(thread_local_const_init)]
-#![feature(trusted_step)]
 
 #[macro_use]
 extern crate rustc_macros;