about summary refs log tree commit diff
path: root/tests/ui/parser/attribute/attr-stmt-expr-attr-bad.stderr
AgeCommit message (Collapse)AuthorLines
2025-04-03Use `cfg(false)` in UI testsclubby789-75/+75
2024-08-04don't suggest turning crate-level attributes into outer styleyukang-15/+0
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-19/+74
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-06-19Move `parse_or_use_outer_attributes` out of `parse_expr_prefix_range`.Nicholas Nethercote-4/+4
This eliminates another `Option<AttrWrapper>` argument and changes one obscure error message.
2023-12-28Don't expect bodyless arms if the pattern can never be a never patternLieselotte-6/+6
2023-12-03Parse a pattern with no armNadrieril-6/+6
2023-10-09Move some tests aroundEsteban Küber-0/+446