Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix smir crate and pin nightly #142

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/formality-smir/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#![feature(rustc_private)]

/// This import is needed, because `stable_mir` on its own doesn't have the `scoped_tls` rlib.
extern crate rustc_driver;
/// Access to the pre-0.1 stable_mir crate
extern crate stable_mir;

/// Trait used to convert from Stable MIR to Formality types.
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
channel = "nightly-2023-10-08"
components = [ "rustc-dev", "llvm-tools" ]
5 changes: 0 additions & 5 deletions shell.nix

This file was deleted.

Loading