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 08dfd62 commit 1be5634Copy full SHA for 1be5634
crates/formality-smir/src/lib.rs
@@ -1,5 +1,8 @@
1
#![feature(rustc_private)]
2
3
+/// This import is needed, because `stable_mir` on its own doesn't have the `scoped_tls` rlib.
4
+extern crate rustc_driver;
5
+/// Access to the pre-0.1 stable_mir crate
6
extern crate stable_mir;
7
8
/// Trait used to convert from Stable MIR to Formality types.
0 commit comments