rust/tests/ui/parser/attribute
2025-04-03 21:41:58 +00: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 expand: Leave traces when expanding cfg attributes 2025-03-26 15:30:12 +03:00
attr-bad-meta-4.stderr expand: Leave traces when expanding cfg attributes 2025-03-26 15:30:12 +03: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-pat-struct-rest.rs Do not allow attributes on struct field rest patterns 2025-02-03 14:04:57 +00:00
attr-pat-struct-rest.stderr Do not allow attributes on struct field rest patterns 2025-02-03 14:04:57 +00:00
attr-stmt-expr-attr-bad.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
attr-stmt-expr-attr-bad.stderr Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
attr-unquoted-ident.rs Remove NtMeta. 2025-02-28 08:42:06 +11:00
attr-unquoted-ident.stderr Remove NtMeta. 2025-02-28 08:42:06 +11: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