-
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
Make missing_abi lint warn-by-default. #132397
base: master
Are you sure you want to change the base?
Conversation
rustbot has assigned @petrochenkov. Use |
r? @traviscross for lang FCP |
This comment has been minimized.
This comment has been minimized.
68bd9c6
to
62461c2
Compare
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
62461c2
to
5f11bbc
Compare
Some changes occurred in compiler/rustc_codegen_gcc |
This comment has been minimized.
This comment has been minimized.
5f11bbc
to
4441639
Compare
This comment has been minimized.
This comment has been minimized.
4441639
to
5ab3e61
Compare
@rustbot labels +I-lang-nominated This PR is an outcome of the discussion we started for: Let's nominate to discuss. |
This comment has been minimized.
This comment has been minimized.
5ab3e61
to
2f57b1a
Compare
☔ The latest upstream changes (presumably #132746) made this pull request unmergeable. Please resolve the merge conflicts. |
@rfcbot merge |
Team member @joshtriplett has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! cc @rust-lang/lang-advisors: FCP proposed for lang, please feel free to register concerns. |
Is this likely to be actually merged any time soon? It's been over a month. |
2f57b1a
to
585c976
Compare
r? compiler |
Adding relnotes because imo it's the kind of churn users should be warned about. Thanks for the ping @pthariensflame. @bors r+ |
Make missing_abi lint warn-by-default. This makes the missing_abi lint warn-by-default, as suggested here: rust-lang/rfcs#3722 (comment) This needs a lang FCP.
💔 Test failed - checks-actions |
I can't fix that error in this PR, because it is part of the cargo submodule. This PR is now blocked on rust-lang/cargo#15034 being merged and updated into the rust repository. |
We're making the `missing_abi` lint a warning in rustc, see: rust-lang/rust#132397
This makes the missing_abi lint warn-by-default, as suggested here: rust-lang/rfcs#3722 (comment)
This needs a lang FCP.