rust/compiler/rustc_symbol_mangling
Nicholas Nethercote 03bc1be8dd Simplify SymbolMangler::print_type.
`Bound`/`Placeholder`/`Infer`/`Error` shouldn't occur, so we can handle
them in the second exhaustive `match`, and ignore them in the first
non-exhaustive `match`.
2025-08-03 19:58:00 +10:00
..
2025-08-03 19:58:00 +10:00
2025-07-31 19:58:04 +10:00