Skip to content

Commit 1be5634

Browse files
committed
Fix the formality-smir crate
1 parent 08dfd62 commit 1be5634

File tree

1 file changed

+3
-0
lines changed
  • crates/formality-smir/src

1 file changed

+3
-0
lines changed

crates/formality-smir/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#![feature(rustc_private)]
22

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
36
extern crate stable_mir;
47

58
/// Trait used to convert from Stable MIR to Formality types.

0 commit comments

Comments
 (0)