-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
make check -j8
fails because it can't find the regex crate
#13818
Comments
Er, to be precise we fail in one of the compile-fail regex tests. |
|
Was the missing crate specifically the This is likely because the compile-fail tests do not depend on HOST_CRATES, which notable includes |
ah yes, regex_macros - sorry, it was late |
Compile-fail tests for syntax extensions belong in this suite which has correct dependencies on all artifacts rather than just the target artifacts. Closes #13818
I ran into this on today's master. |
…-lang#13819) fix rust-lang#13818 The `arbitrary_source_item_ordering` lint does not exist in v1.82.0, so I think it needs to be fixed. changelog: [`arbitrary_source_item_ordering`]: corrected available version information for this lint
make check
works just fine though.The text was updated successfully, but these errors were encountered: