Files
rust/compiler
许杰友 Jieyou Xu (Joe) 4c1228276b Rollup merge of #125664 - compiler-errors:trace-tweaks, r=lcnr
Tweak relations to no longer rely on `TypeTrace`

Remove `At::trace`, and inline all of the `Trace::equate`,etc methods into `At`.

The only nontrivial change is that we use `AliasTerm` to relate two unevaluated consts in the old-solver impl of `ConstEquate`, since `AliasTerm` does implement `ToTrace` and will relate the args structurally (shallowly).

r? lcnr
2024-05-29 03:25:11 +01:00
..
2024-04-18 15:36:25 +10:00
2024-05-28 11:58:38 -04:00
2024-05-21 17:00:45 -04:00
2024-05-21 20:12:30 -04:00