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.
2 parents bca36ec + 1be5634 commit e8f44d8Copy full SHA for e8f44d8
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.
rust-toolchain
@@ -1,3 +1,3 @@
[toolchain]
-channel = "nightly"
+channel = "nightly-2023-10-08"
components = [ "rustc-dev", "llvm-tools" ]
shell.nix
0 commit comments