mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
make Miri build in stage 0
This commit is contained in:
parent
7927f0919f
commit
a7cdfafafb
@ -1,3 +1,4 @@
|
||||
#![cfg_attr(bootstrap, feature(let_else))]
|
||||
#![allow(clippy::useless_format, clippy::derive_partial_eq_without_eq, rustc::internal)]
|
||||
|
||||
#[macro_use]
|
||||
|
@ -10,6 +10,7 @@
|
||||
#![feature(is_some_with)]
|
||||
#![feature(nonzero_ops)]
|
||||
#![feature(local_key_cell_methods)]
|
||||
#![cfg_attr(bootstrap, feature(let_else))]
|
||||
// Configure clippy and other lints
|
||||
#![allow(
|
||||
clippy::collapsible_else_if,
|
||||
|
Loading…
Reference in New Issue
Block a user