X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_typeck%2Fsrc%2Flib.rs;h=2fc9705527b646aa45cc50ec8bdda77cffc5ea0b;hb=b17e9d76f2ad15022e0e69bc33745c4ef9025a8f;hp=454c71d4971eb1b9a71befe0fc24af32d12d8946;hpb=0b2d48e5af11ca20878ccb463fceba2c180a6a4a;p=rust.git diff --git a/compiler/rustc_typeck/src/lib.rs b/compiler/rustc_typeck/src/lib.rs index 454c71d4971..2fc9705527b 100644 --- a/compiler/rustc_typeck/src/lib.rs +++ b/compiler/rustc_typeck/src/lib.rs @@ -69,7 +69,6 @@ #![feature(let_else)] #![feature(min_specialization)] #![feature(never_type)] -#![feature(nll)] #![feature(once_cell)] #![feature(slice_partition_dedup)] #![feature(try_blocks)]