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
..
2023-01-04 00:43:13 +00:00
2022-12-20 22:10:40 +01:00
2022-12-28 04:18:37 +00:00
2022-12-16 10:02:51 +00:00
2023-01-04 00:43:13 +00:00
2022-12-18 21:47:28 +01:00
2022-12-23 18:39:49 +05:30