make Miri build in stage 0

This commit is contained in:
Ralf Jung 2022-09-22 21:01:23 +02:00
parent 7927f0919f
commit a7cdfafafb
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![cfg_attr(bootstrap, feature(let_else))]
#![allow(clippy::useless_format, clippy::derive_partial_eq_without_eq, rustc::internal)]
#[macro_use]

View File

@ -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,