Files
rust/tests/ui/const-generics
Michael Goulet a5dc684eee 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`
2024-06-04 08:52:15 -04:00
..
2024-03-22 17:12:43 +01:00
2023-12-24 01:58:13 +08:00
2023-12-24 01:58:13 +08:00
2024-02-07 10:42:01 +08:00