You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are very simple sanity checks that live inside the main rust repository.
56
56
These tests should cover very basic functionality related to the translation of internal structures to stable ones.
57
57
-**Rust compiler suites:** We are enabling the execution of rust compiler test suites.
@@ -75,7 +75,7 @@ the latest nightly.
75
75
You need to explicitly do that.
76
76
77
77
If you see some errors while compiling our tools, please ensure you have the latest nightly.
78
-
You might also want to check [our nightly runs](https://github.com/rust-lang/project-stable-mir/actions/workflows/nightly.yml?query=branch%2Amain) to ensure they are not currently broken.
78
+
You might also want to check [our nightly runs](https://github.com/rust-lang/project-stable-mir/actions/workflows/nightly.yml?query=branch%2Amain) to ensure they are not currently broken.
79
79
If so, you can check what was the last successful nightly run, and use its nightly version.
0 commit comments