rust/tests/ui/parser/attribute
León Orell Valerian Liehr 0ad3c5da72
Fix parse error message for meta items
2024-05-10 09:16:27 +02:00
..
attr-bad-meta-2.rs Move some tests around 2023-10-09 19:24:05 +00:00
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 Move some tests around 2023-10-09 19:24:05 +00:00
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 Fix parse error message for meta items 2024-05-10 09:16:27 +02:00
attr-bad-meta-4.stderr Fix parse error message for meta items 2024-05-10 09:16:27 +02:00
attr-bad-meta.rs Move some tests around 2023-10-09 19:24:05 +00:00
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 Move some tests around 2023-10-09 19:24:05 +00:00
attr-before-eof.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attr-binary-expr-ambigous.fixed Disallow ambiguous attributes on expressions 2024-04-18 20:42:19 +02:00
attr-binary-expr-ambigous.rs Disallow ambiguous attributes on expressions 2024-04-18 20:42:19 +02:00
attr-binary-expr-ambigous.stderr Disallow ambiguous attributes on expressions 2024-04-18 20:42:19 +02: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.rs Fix parse error message for meta items 2024-05-10 09:16:27 +02:00
attr-unquoted-ident.stderr Fix parse error message for meta items 2024-05-10 09:16:27 +02:00
attr-with-a-semicolon.rs Move some tests around 2023-10-09 19:24:05 +00:00
attr-with-a-semicolon.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
attr.rs Move some tests around 2023-10-09 19:24:05 +00:00
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 Move some tests around 2023-10-09 19:24:05 +00:00
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 Move some tests around 2023-10-09 19:24:05 +00:00
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