Commit dd82fd2
committed
Auto merge of rust-lang#155056 - JonathanBrouwer:revert-lint-port, r=lqd,mati865
Revert "Port lint attributes to attribute parser"
This PR reverts the following two PRs:
- rust-lang#154808
- rust-lang#152369
This was not a clean revert, I manually solved several merge conflicts.
Closes rust-lang#154878
Closes rust-lang#154800
Closes rust-lang#155008
Re-opens rust-lang#132218 (this was never closed, oops)
r? @ghostFile tree
109 files changed
+2731
-2247
lines changed- compiler
- rustc_ast_lowering/src
- rustc_attr_parsing/src
- attributes
- rustc_error_codes/src/error_codes
- rustc_expand/src
- rustc_feature/src
- rustc_hir_typeck/src
- rustc_hir/src
- attrs
- rustc_interface/src
- rustc_lint_defs
- src
- rustc_lint/src
- early
- rustc_metadata/src/rmeta
- rustc_middle/src/ty
- rustc_mir_build/src/builder
- rustc_passes/src
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- src/tools/clippy
- clippy_lints/src
- attrs
- returns
- tests/ui
- tests
- incremental
- pretty
- rustdoc-ui/lints
- ui
- argument-suggestions
- attributes
- unsafe
- diagnostic-flags
- error-codes
- feature-gates
- impl-trait/diagnostics
- lint
- keyword-idents
- rfc-2383-lint-reason
- semicolon-in-expressions-from-macros
- unused
- parser/issues
- proc-macro
- tool-attributes
- unpretty
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
109 files changed
+2731
-2247
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4224 | 4224 | | |
4225 | 4225 | | |
4226 | 4226 | | |
| 4227 | + | |
4227 | 4228 | | |
4228 | 4229 | | |
4229 | 4230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | 298 | | |
304 | 299 | | |
305 | 300 | | |
306 | | - | |
| 301 | + | |
307 | 302 | | |
308 | 303 | | |
309 | 304 | | |
| |||
0 commit comments