1
Fork 0
rust/compiler/rustc_parse/src
Matthias Krüger 9a4417659e
Rollup merge of #118182 - estebank:issue-118164, r=davidtwco
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, fix #118575.
2024-01-27 10:48:46 +01:00
..
lexer Use unescape_unicode for raw C string literals. 2024-01-25 12:28:11 +11:00
parser Rollup merge of #118182 - estebank:issue-118164, r=davidtwco 2024-01-27 10:48:46 +01: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