rust/tests/ui/parser/attribute
Esteban Küber a5d9def321 Properly recover from trailing attr in body
When encountering an attribute in a body, we try to recover from an
attribute on an expression (as opposed to a statement). We need to
properly clean up when the attribute is at the end of the body where a
tail expression would be.

Fix #118164.
2024-01-26 23:11:42 +00: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.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-dangling-in-fn.rs Move some tests around 2023-10-09 19:24:05 +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 Move some tests around 2023-10-09 19:24:05 +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 Suggest quoting unquoted idents in attrs 2024-01-12 13:59:47 -08:00
attr-unquoted-ident.rs Suggest quoting unquoted idents in attrs 2024-01-12 13:59:47 -08:00
attr-unquoted-ident.stderr Suggest quoting unquoted idents in attrs 2024-01-12 13:59:47 -08: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 Handle attempts to have multiple cfgd tail expressions 2023-11-16 21:21:26 +00:00
multiple-tail-expr-behind-cfg.stderr Handle attempts to have multiple cfgd tail expressions 2023-11-16 21:21:26 +00:00
properly-recover-from-trailing-outer-attribute-in-body.rs Properly recover from trailing attr in body 2024-01-26 23:11:42 +00:00
properly-recover-from-trailing-outer-attribute-in-body.stderr Properly recover from trailing attr in body 2024-01-26 23:11:42 +00:00