about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2021-04-02 00:58:45 -0400
committerJacob Pratt <jacob@jhpratt.dev>2021-05-26 18:07:09 -0400
commitbc2f0fb5a9783ab2d70aa2831b7ffd056f5a16e9 (patch)
treed187a294d6390f8fd6cc581efaf35e22232353a3 /compiler/rustc_span/src
parenta87587602732a7fe6739fdcfadce025fafbb55dd (diff)
downloadrust-bc2f0fb5a9783ab2d70aa2831b7ffd056f5a16e9.tar.gz
rust-bc2f0fb5a9783ab2d70aa2831b7ffd056f5a16e9.zip
Specialize implementations
Implementations in stdlib are now optimized as they were before.
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/lib.rs b/compiler/rustc_span/src/lib.rs
index 0301b364591..39b7b36b853 100644
--- a/compiler/rustc_span/src/lib.rs
+++ b/compiler/rustc_span/src/lib.rs
@@ -21,6 +21,7 @@
 #![feature(nll)]
 #![feature(min_specialization)]
 #![feature(thread_local_const_init)]
+#![feature(trusted_step)]
 
 #[macro_use]
 extern crate rustc_macros;