We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make check-stage1-std
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
Even after wiping away what I thought was enough of the build directory, and reconfiguring, make check-stage1-std failed with:
compile_and_link: x86_64-apple-darwin/stage1/test/stdtest-x86_64-apple-darwin /Users/tjc/rust3/src/libstd/core.rc:1:0: 1:0 error: can't find crate for `extra` /Users/tjc/rust3/src/libstd/core.rc:1 // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
Something's strange here. I assume it's to do with the renaming. make check-stage1-extra does work.
make check-stage1-extra
The text was updated successfully, but these errors were encountered:
auto merge of #6774 : alexcrichton/rust/silence-warnings, r=catamorphism
c703758
Also as a bonus this fixes #6767
auto merge of #6774 : alexcrichton/rust/silence-warnings, r=graydon
d7e1f08
This was fixed by d7e1f08
Sorry, something went wrong.
Auto merge of rust-lang#7013 - Y-Nak:fix-needless-paren, r=flip1995
72eb60a
clippy_utils: fix needless parenthesis output from sugg::Sugg::maybe_par changelog: clippy_utils: fix needless parenthesis output from `sugg::Sugg::maybe_par` fixes: rust-lang#6767
No branches or pull requests
Even after wiping away what I thought was enough of the build directory, and reconfiguring,
make check-stage1-std
failed with:Something's strange here. I assume it's to do with the renaming.
make check-stage1-extra
does work.The text was updated successfully, but these errors were encountered: