-
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
Add help for E0514 #30622
Add help for E0514 #30622
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Aatch (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Fixes #30363 |
r? @arielb1 |
This is a little unclear. Maybe "consider recompiling it with this compiler"? |
Well, it requires the user to explicitly removing the binaries, since they're compiled with an older compiler. |
"the binaries" in this case sounds like the intended binary output of this compiler. |
@arielb1: Why not "consider recompiling it with your current rustc version"? |
☔ The latest upstream changes (presumably #31065) made this pull request unmergeable. Please resolve the merge conflicts. |
👍 to @GuillaumeGomez 's suggestion |
r=me to that modulo a rebase |
Sure thing. |
Rebased. |
goddammit lints. |
Rebased again. |
|
The internal API must have changed. Have span_help! been renamed? If so, what is it named now. |
Closing due to inactivity, but feel free to resubmit with the build errors fixed! |
Part of #30520