X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_query_system%2Fsrc%2Flib.rs;h=f47760e9ae6c8aa5818c875f8396ce4a6ff43b1d;hb=405e48f1ac0297fde1fdc49ea45b0ba5acc977bd;hp=b0781c77b4a894f02b939bba3925bf0e989864af;hpb=20f2d8b841c8b206f82d8950a6c029aa8cf385da;p=rust.git diff --git a/compiler/rustc_query_system/src/lib.rs b/compiler/rustc_query_system/src/lib.rs index b0781c77b4a..f47760e9ae6 100644 --- a/compiler/rustc_query_system/src/lib.rs +++ b/compiler/rustc_query_system/src/lib.rs @@ -3,7 +3,6 @@ #![feature(hash_raw_entry)] #![feature(min_specialization)] #![feature(extern_types)] -#![feature(spec_option_partial_eq)] #![allow(rustc::potential_query_instability)] #![deny(rustc::untranslatable_diagnostic)] #![deny(rustc::diagnostic_outside_of_impl)]