rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 9560c58c2a Avoid some rustc_errors:: qualifiers.
These are misleading, because the mixture of `Level` and
`rustc_errors::Level` makes it look like there are two different types
involved.
2024-01-04 11:43:19 +11:00
..
2024-01-04 11:43:19 +11:00

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