-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
x test compiler/rustc_borrowck
fails and complains about undeclared rayon
crate
#131093
Comments
Update: It is also happening with |
And This first regressed from passing just fine to producing
in 42b9cb1: Later it changed to
in 39e3add: |
There should also be tests to prevent this regression happening again. I am actually planning to look at this but not nowadays. |
I just confirmed that |
I tried this commands on
master
branch:I expected to see this happen: All tests passed
Instead, this happened:
There might be other
x test
orx check
cases.x test
andx check
is passing.Meta
rustc +stage1 --version --verbose
:The text was updated successfully, but these errors were encountered: