X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir%2Fsrc%2Flib.rs;h=efc516a662fb7e0df57a0e167e37fb51d1944058;hb=1e99f26894a766f5861ae2805c13e915e74493f0;hp=8b55ec6c7059116dfbbfed25901a142e540343b0;hpb=8f2ee879654fc601866c2de29f5f328b8c515811;p=rust.git diff --git a/compiler/rustc_hir/src/lib.rs b/compiler/rustc_hir/src/lib.rs index 8b55ec6c705..efc516a662f 100644 --- a/compiler/rustc_hir/src/lib.rs +++ b/compiler/rustc_hir/src/lib.rs @@ -2,7 +2,6 @@ //! //! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/hir.html -#![feature(array_value_iter)] #![feature(crate_visibility_modifier)] #![feature(const_fn)] // For the unsizing cast on `&[]` #![feature(const_panic)]