rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 00e8485057 Remove all uses of DiagnosticBuilder::forget_guarantee().
There are only three. It's simpler to make the type
`DiagnosticBuilder<'_, ()>` from the start, no matter the level, than to
change the guarantee later.
2023-12-23 13:23:28 +11:00
..
2023-11-29 18:00:03 +03:00

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