move rustc_type_ir Term things to term_kind.rs#157419
Conversation
|
rustbot has assigned @dingxiangfei2009. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
This looks like there is quite a lot of overlap with; #156538 ? |
True - feel free to integrate this change with your PR (i.e. moving |
This comment has been minimized.
This comment has been minimized.
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
TyKind,AliasTy, andAliasTyKindlive inty_kind.rsConstKind,UnevaluatedConst, andUnevaluatedConstKindlive inconst_kind.rsTermKind,AliasTerm, andAliasTermKindlive in...generic_arg.rsandpredicate.rs???create a new file,
term_kind.rs, that holdsTermKind,AliasTerm, andAliasTermKind(note that
Ty,Const, andTermlive inrustc_middle, notrustc_type_ir)