rust/tests/ui/parser/attribute
2024-04-07 01:16:45 +02: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 Rewrite parse_meta_item. 2024-03-21 10:16:09 +11:00
attr-bad-meta-4.stderr Rewrite parse_meta_item. 2024-03-21 10:16:09 +11: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 [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
attr-dangling-in-fn.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attr-dangling-in-mod.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
attr-dangling-in-mod.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attr-stmt-expr-attr-bad.rs Don't expect bodyless arms if the pattern can never be a never pattern 2023-12-28 15:02:17 +01:00
attr-stmt-expr-attr-bad.stderr Don't expect bodyless arms if the pattern can never be a never pattern 2023-12-28 15:02:17 +01:00
attr-unquoted-ident.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
attr-unquoted-ident.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
attr-unquoted-ident.stderr Suggest quoting unquoted idents in attrs 2024-01-12 13:59:47 -08: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 Show number in error message even for one error 2023-11-24 19:15:52 +01: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 Unify all the always-false cfgs under the FALSE cfg 2024-04-07 01:16:45 +02:00
multiple-tail-expr-behind-cfg.stderr Unify all the always-false cfgs under the FALSE cfg 2024-04-07 01:16:45 +02: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 Unify all the always-false cfgs under the FALSE cfg 2024-04-07 01:16:45 +02:00
properly-recover-from-trailing-outer-attribute-in-body-2.stderr Unify all the always-false cfgs under the FALSE cfg 2024-04-07 01:16:45 +02:00