rust/tests/ui/parser/attribute
Esteban Küber 692bc344d5 Make parse error suggestions verbose and fix spans
Go over all structured parser suggestions and make them verbose style.

When suggesting to add or remove delimiters, turn them into multiple suggestion parts.
2024-07-12 03:02:57 +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 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
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 Move parse_or_use_outer_attributes out of parse_expr_prefix_range. 2024-06-19 19:12:00 +10:00
attr-stmt-expr-attr-bad.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00: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
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