Skip to content

Commit e8f44d8

Browse files
authored
Merge pull request #142 from oli-obk/smir
Fix smir crate and pin nightly
2 parents bca36ec + 1be5634 commit e8f44d8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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.

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly"
2+
channel = "nightly-2023-10-08"
33
components = [ "rustc-dev", "llvm-tools" ]

shell.nix

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)