-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Link error building Rust on Linux #10778
Comments
Can you re-paste the error message? (reopening in the meantime) |
|
Ah, this is just a bootstrapping process. We just need a snapshot to land (the error is at stage0 where the old behavior is still in effect). I'm in the process of making a new snapshot and will hopefully have that up shortly. |
Okay, thanks! |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
May 20, 2023
Don't emit clippy::useless_conversion on type aliases Fixes rust-lang#10773 changelog: Enhancement: [`useless_conversion`]: Don't lint on type aliases
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this error building Rust 61443dc (
master
as of Dec 1) on Debian:I get the same message if I run
make
again. But the error might be nondeterministic; on the previous clean build the missing symbol wasdlerror
.I see that neither
-lm
nor-ldl
is present in the command line above.The text was updated successfully, but these errors were encountered: