1
Fork 0
rust/compiler/rustc_parse/src
Nicholas Nethercote bd4e623485 Use chaining for DiagnosticBuilder construction and emit.
To avoid the use of a mutable local variable, and because it reads more
nicely.
2024-01-08 15:45:29 +11:00
..
lexer Use chaining in DiagnosticBuilder construction. 2024-01-08 15:43:07 +11:00
parser Use chaining for DiagnosticBuilder construction and emit. 2024-01-08 15:45:29 +11:00
errors.rs Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors 2024-01-05 10:57:21 -05:00
lib.rs Make DiagnosticBuilder::emit consuming. 2024-01-08 15:24:49 +11:00
validate_attr.rs Make DiagnosticBuilder::emit consuming. 2024-01-08 15:24:49 +11:00