rust/compiler/rustc_parse/src
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
..
lexer Use unescape_unicode for raw C string literals. 2024-01-25 12:28:11 +11:00
parser Properly recover from trailing attr in body 2024-01-26 23:11:42 +00:00
errors.rs Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 2024-01-19 08:15:03 +01:00
lib.rs Remove unused features 2024-01-25 14:01:33 +00:00
validate_attr.rs Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00