rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 589591efde Use chaining in DiagnosticBuilder construction.
To avoid the use of a mutable local variable, and because it reads more
nicely.
2024-01-08 15:43:07 +11:00
..

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