rust/compiler/rustc_codegen_ssa
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
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.