1
Fork 0

step cfg(bootstrap)

This commit is contained in:
Mark Rousskov 2024-07-22 22:06:16 -04:00
parent fceb0863d8
commit 5eca36d27a
33 changed files with 11 additions and 152 deletions

View file

@ -10,7 +10,6 @@
#![allow(internal_features)]
#![allow(rustc::default_hash_types)]
#![allow(rustc::potential_query_instability)]
#![cfg_attr(bootstrap, feature(lint_reasons))]
#![cfg_attr(not(parallel_compiler), feature(cell_leak))]
#![deny(unsafe_op_in_unsafe_fn)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]