about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/lib.rs
diff options
context:
space:
mode:
authorPeter Jaszkowiak <p.jaszkow@gmail.com>2021-12-13 21:33:53 -0700
committerPeter Jaszkowiak <p.jaszkow@gmail.com>2021-12-13 21:33:53 -0700
commit7085b4e1179412bd015b35496f09386ead1c8d7a (patch)
treeae1d3816c80c8efb1b6aa2aa671ed82db5a5d632 /compiler/rustc_hir/src/lib.rs
parent8f117a77d0880ed59afcc1a19c72ec5c1e44b97c (diff)
downloadrust-7085b4e1179412bd015b35496f09386ead1c8d7a.tar.gz
rust-7085b4e1179412bd015b35496f09386ead1c8d7a.zip
Remove `in_band_lifetimes` from `rustc_hir`
Diffstat (limited to 'compiler/rustc_hir/src/lib.rs')
-rw-r--r--compiler/rustc_hir/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir/src/lib.rs b/compiler/rustc_hir/src/lib.rs
index 93224d388c0..1df9b5f9c78 100644
--- a/compiler/rustc_hir/src/lib.rs
+++ b/compiler/rustc_hir/src/lib.rs
@@ -4,7 +4,6 @@
 
 #![feature(const_btree_new)]
 #![feature(crate_visibility_modifier)]
-#![feature(in_band_lifetimes)]
 #![feature(once_cell)]
 #![feature(min_specialization)]
 #![feature(never_type)]