rust/tests/ui/parser/attribute
Guillaume Gomez 4936973d49 Fix ui tests
2025-12-10 12:28:05 +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 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 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 Rework attribute recovery logic 2025-12-09 01:16:05 +00:00
attr-unquoted-ident.stderr Fix ui tests 2025-12-10 12:28:05 +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