rust/tests/ui/parser/attribute
Matthias Krüger b826d06771
Rollup merge of #149791 - clubby789:cfg-bool-lints, r=jdonszelmann
Remove uses of `cfg({any()/all()})`

~~This implements the followup warning suggested in https://github.com/rust-lang/rfcs/pull/3695~~
~~Lint against an empty `cfg(any/all)`, suggest the boolean literal equivalents.~~
https://github.com/rust-lang/rust/pull/149791#issuecomment-3638624348

Tracking issue: https://github.com/rust-lang/rust/issues/131204
2025-12-12 12:19:09 +01:00
..
attr-bad-meta-2.rs
attr-bad-meta-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attr-bad-meta-3.rs
attr-bad-meta-3.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attr-bad-meta-4.rs Rework attribute recovery logic 2025-12-09 01:16:05 +00:00
attr-bad-meta-4.stderr Rework attribute recovery logic 2025-12-09 01:16:05 +00:00
attr-bad-meta.rs
attr-bad-meta.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attr-before-eof.rs
attr-before-eof.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attr-dangling-in-fn.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
attr-dangling-in-fn.stderr compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
attr-dangling-in-mod.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
attr-dangling-in-mod.stderr compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
attr-incomplete.rs Updated uitests for new parser 2025-08-22 08:58:45 +02:00
attr-incomplete.stderr Updated uitests for new parser 2025-08-22 08:58:45 +02:00
attr-pat-struct-rest.rs Remove uses of cfg(any()/all()) 2025-12-10 23:41:19 +00:00
attr-pat-struct-rest.stderr Remove uses of cfg(any()/all()) 2025-12-10 23:41:19 +00:00
attr-stmt-expr-attr-bad.rs Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
attr-stmt-expr-attr-bad.stderr Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
attr-unquoted-ident.rs Fix new merge conflict 2025-12-10 12:35:17 +01:00
attr-unquoted-ident.stderr Fix new merge conflict 2025-12-10 12:35:17 +01:00
attr-with-a-semicolon.rs
attr-with-a-semicolon.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attr.rs
attr.stderr don't suggest turning crate-level attributes into outer style 2024-08-04 00:11:16 +08:00
attribute-with-no-generics-in-parameter-list.rs
attribute-with-no-generics-in-parameter-list.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attrs-after-extern-mod.rs
attrs-after-extern-mod.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
multiple-tail-expr-behind-cfg.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
multiple-tail-expr-behind-cfg.stderr Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
properly-recover-from-trailing-outer-attribute-in-body-1.rs Properly emit expected ; on #[attr] expr 2024-02-26 21:47:10 +01:00
properly-recover-from-trailing-outer-attribute-in-body-1.stderr Properly emit expected ; on #[attr] expr 2024-02-26 21:47:10 +01:00
properly-recover-from-trailing-outer-attribute-in-body-2.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
properly-recover-from-trailing-outer-attribute-in-body-2.stderr Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00