allow potential_query_instability everywhere

This commit is contained in:
lcnr 2021-10-13 14:53:49 +02:00
parent 80fe0bb76e
commit 00e5abe9b6
32 changed files with 37 additions and 3 deletions

View file

@ -23,6 +23,7 @@ Rust MIR: a lowered representation of Rust.
#![feature(trusted_step)]
#![feature(try_blocks)]
#![recursion_limit = "256"]
#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
#[macro_use]
extern crate tracing;