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
./x.py test --stage 0 miri used to work, but now it is broken. Every single test fails saying "can't find crate for std". That's quite bad as having to use stage 1 instead will make it a lot slower to work on Miir in the rustc tree (which is often needed for deeper interpreter changes).
This is a fairly recent regression, I still used stage 0 testing for #114071.
Cc @rust-lang/bootstrap
The text was updated successfully, but these errors were encountered:
Noratrieb
added
C-discussion
Category: Discussion or questions that doesn't represent real issues.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Aug 3, 2023
./x.py test --stage 0 miri
used to work, but now it is broken. Every single test fails saying "can't find crate forstd
". That's quite bad as having to use stage 1 instead will make it a lot slower to work on Miir in the rustc tree (which is often needed for deeper interpreter changes).This is a fairly recent regression, I still used stage 0 testing for #114071.
Cc @rust-lang/bootstrap
The text was updated successfully, but these errors were encountered: