X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_const_eval%2Fsrc%2Flib.rs;h=443c01fdb90c6d474658ab38a417a2e5a6e2665b;hb=4492c029eff7b42e91e759576ab0c7ca88f873dc;hp=230f841cf4d57df80d22ffaebfa298e4e004331a;hpb=38db483af750535774616810f1f8a4e6bdc17260;p=rust.git diff --git a/compiler/rustc_const_eval/src/lib.rs b/compiler/rustc_const_eval/src/lib.rs index 230f841cf4d..443c01fdb90 100644 --- a/compiler/rustc_const_eval/src/lib.rs +++ b/compiler/rustc_const_eval/src/lib.rs @@ -22,7 +22,6 @@ #![feature(yeet_expr)] #![feature(is_some_and)] #![recursion_limit = "256"] -#![allow(rustc::potential_query_instability)] #[macro_use] extern crate tracing;