rust/compiler/rustc_trait_selection
fee1-dead f8319bb403
Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr
Simplify some canonical type alias names

* delete the `Canonicalized<'tcx>` type alias in favor for `Canonical<'tcx>`
* `CanonicalizedQueryResponse` -> `CanonicalQueryResponse`

I don't particularly care about the latter, but it should be consistent. We could alternatively delete the first alias and rename the struct to `Canonicalized`, and then keep the name of `CanonicalizedQueryResponse` untouched.
2023-01-09 23:35:30 +08:00
..
src Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr 2023-01-09 23:35:30 +08:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00