We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2273b52 commit 4b3c355Copy full SHA for 4b3c355
src/librustc_mir/lib.rs
@@ -18,8 +18,10 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
18
#![crate_type = "rlib"]
19
#![crate_type = "dylib"]
20
#![cfg_attr(not(stage0), deny(warnings))]
21
+#![unstable(feature = "rustc_private", issue = "27812")]
22
23
#![feature(rustc_private)]
24
+#![feature(staged_api)]
25
26
#[macro_use] extern crate log;
27
extern crate graphviz as dot;
0 commit comments