We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8f43c commit 561e165Copy full SHA for 561e165
src/librustc_mir/lib.rs
@@ -17,8 +17,10 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
17
#![crate_name = "rustc_mir"]
18
#![crate_type = "rlib"]
19
#![crate_type = "dylib"]
20
+#![unstable(feature = "rustc_private", issue = "27812")]
21
22
#![feature(rustc_private)]
23
+#![feature(staged_api)]
24
25
#[macro_use] extern crate log;
26
extern crate graphviz as dot;
0 commit comments