Commit c7cb45c
committed
Auto merge of #14153 - Urgau:builtin_cfgs_lint, r=ehuss
Allow `unexpected_builtin_cfgs` lint in `user_specific_cfgs` test
### What does this PR try to resolve?
This PR allows the to be added `unexpected_builtin_cfgs` lint from rust-lang/rust#126158 in the `user_specific_cfgs_are_filtered_out` test in order to be able to merge the lint in rust-lang/rust CI.
### How should we test and review this PR?
The new lint is described in rust-lang/rust#126158 (comment) and testing should be "as simple" as executing the test with my rustc branch.
### Additional information
rust-lang/rust#126158 (comment) shows the test failing with the addition of the lint.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6575 | 6575 | | |
6576 | 6576 | | |
6577 | 6577 | | |
6578 | | - | |
| 6578 | + | |
6579 | 6579 | | |
6580 | 6580 | | |
6581 | 6581 | | |
| |||
0 commit comments