-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Cannot build current incoming - linker errors with LLVM #7108
Comments
Compiling without |
Well this is strange. The checkout of rust I built yesterday now fails to build today. But current master builds on my other computer, which is set up with a near-identical OS and compiler. |
After executing I have no idea what happened, it was something that |
Weirdly, this has been reproduced on my machine. Executing |
…earth un-double `return` on try_err This fixes rust-lang#7103 by looking at the parent expression and omitting the "return " in the suggestion when its already a `return` expression. --- changelog: none
Latest incoming cannot build on my machine. I used
./configure --enable-clang
, if that makes a difference. I get a large number of undefined symbols in RustWrapper.o:The text was updated successfully, but these errors were encountered: