1
Fork 0
rust/compiler/rustc_parse/src
Matthias Krüger 2e4c6fc998
Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31
Deny braced macro invocations in let-else

Fixes #119057

Pending T-lang decision

cc `@dtolnay`
2024-01-19 08:15:03 +01:00
..
lexer Detect NulInCStr error earlier. 2024-01-12 16:19:37 +11:00
parser Suggest wrapping mac args in parens rather than the whole expression 2024-01-18 00:01:13 +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 Stop using DiagnosticBuilder::buffer in the parser. 2024-01-11 18:37:56 +11:00
validate_attr.rs Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00