We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lint_reasons
1 parent 4831052 commit ee0623bCopy full SHA for ee0623b
src/tools/miri/src/lib.rs
@@ -10,7 +10,7 @@
10
#![feature(yeet_expr)]
11
#![feature(nonzero_ops)]
12
#![feature(let_chains)]
13
-#![feature(lint_reasons)]
+#![cfg_attr(bootstrap, feature(lint_reasons))]
14
#![feature(trait_upcasting)]
15
#![feature(strict_overflow_ops)]
16
#![feature(is_none_or)]
0 commit comments