about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-06-04 08:52:15 -0400
committerGitHub <noreply@github.com>2024-06-04 08:52:15 -0400
commita5dc684eee684c23032f8f8beba1ff90322a61f8 (patch)
tree64ade40f6b455410af6cd9117270c7bff4e6e65a /compiler/rustc_resolve/src
parent288727ef4279ecec43b2a318d8a22c7ab7d1720b (diff)
parent67a73f265f6eb66f0804f467a640fee45301be73 (diff)
downloadrust-a5dc684eee684c23032f8f8beba1ff90322a61f8.tar.gz
rust-a5dc684eee684c23032f8f8beba1ff90322a61f8.zip
Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obk
Store the types of `ty::Expr` arguments in the `ty::Expr`

Part of #125958

In attempting to remove the `ty` field on `Const` it will become necessary to store the `Ty<'tcx>` inside of `Expr<'tcx>`. In order to do this without blowing up the size of `ConstKind`, we start storing the type/const args as `GenericArgs`

r? `@oli-obk`
Diffstat (limited to 'compiler/rustc_resolve/src')
0 files changed, 0 insertions, 0 deletions