We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e03ee commit 38676c6Copy full SHA for 38676c6
src/librustc_mir/lib.rs
@@ -15,7 +15,6 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
15
*/
16
17
#![deny(warnings)]
18
-#![cfg_attr(not(stage0), allow(bare_trait_object))]
19
20
#![feature(box_patterns)]
21
#![feature(box_syntax)]
0 commit comments