Rewrite empty attribute lint for new attribute parser#143252
Rewrite empty attribute lint for new attribute parser#143252bors merged 2 commits intorust-lang:masterfrom
Conversation
|
☔ The latest upstream changes (presumably #143338) made this pull request unmergeable. Please resolve the merge conflicts. |
bdb57ed to
b896b59
Compare
|
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred in compiler/rustc_attr_parsing Some changes occurred in compiler/rustc_codegen_ssa/src/codegen_attrs.rs Some changes occurred in compiler/rustc_codegen_ssa Some changes occurred in compiler/rustc_passes/src/check_attr.rs Some changes occurred in compiler/rustc_attr_data_structures |
|
^ Rebased on master and fixed the review comments, changed quite a bit so would recommend to rereview |
|
|
This comment has been minimized.
This comment has been minimized.
b896b59 to
a577ea0
Compare
|
☔ The latest upstream changes (presumably #143434) made this pull request unmergeable. Please resolve the merge conflicts. |
6cdec3b to
fd443fc
Compare
|
^ @jdonszelmann rebased on master |
|
@rustbot ready |
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
3bab1c5 to
33f2cc7
Compare
|
^ @jdonszelmann rebased |
|
@bors r+ rollup |
Rollup of 4 pull requests Successful merges: - #143252 (Rewrite empty attribute lint for new attribute parser) - #143492 (Use `object` crate from crates.io to fix windows build error) - #143514 (Organize macro tests a bit more) - #143518 (rustc_builtin_macros: Make sure registered attributes stay sorted) r? `@ghost` `@rustbot` modify labels: rollup
|
This fixes #143522 so it would be nice to add a test either here or a follow-up. |
|
@compiler-errors |
Rollup merge of #143252 - JonathanBrouwer:rewrite_empty_attribute, r=jdonszelmann Rewrite empty attribute lint for new attribute parser cc `@jdonszelmann`
…ts, r=oli-obk Regression tests for repr ICEs Closes rust-lang#143522 Closes rust-lang#143479 Both issues were already (accidentally) fixed in this PR, but having the tests is nice rust-lang#143252 r? `@jdonszelmann`
…-obk Regression tests for repr ICEs Closes rust-lang/rust#143522 Closes rust-lang/rust#143479 Both issues were already (accidentally) fixed in this PR, but having the tests is nice rust-lang/rust#143252 r? `@jdonszelmann`
Rollup of 4 pull requests Successful merges: - rust-lang/rust#143252 (Rewrite empty attribute lint for new attribute parser) - rust-lang/rust#143492 (Use `object` crate from crates.io to fix windows build error) - rust-lang/rust#143514 (Organize macro tests a bit more) - rust-lang/rust#143518 (rustc_builtin_macros: Make sure registered attributes stay sorted) r? `@ghost` `@rustbot` modify labels: rollup
cc @jdonszelmann