about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-11-05 00:02:06 +0100
committerGitHub <noreply@github.com>2022-11-05 00:02:06 +0100
commitb101f3a86527e4541d850c4e0f8974ba6fb5fbe7 (patch)
tree321a423918a834dbb701a62b5c2d022460a22417 /compiler/rustc_codegen_gcc
parentded8d0332ed78138b5e3a273aba066e034e05751 (diff)
parentc97fd8183a98d6a89b8fc2e02eb068298e6fb7dc (diff)
downloadrust-b101f3a86527e4541d850c4e0f8974ba6fb5fbe7.tar.gz
rust-b101f3a86527e4541d850c4e0f8974ba6fb5fbe7.zip
Rollup merge of #103984 - V0ldek:103974-refactor-mk_const, r=BoxyUwU
Refactor tcx mk_const parameters.

Unroll the `ty::ConstS` parameter to `TyCtxt::mk_const` into separate `ty::ConstKind` and `Ty` parameters.

Signature change is in:

https://github.com/V0ldek/rust/blob/c97fd8183a98d6a89b8fc2e02eb068298e6fb7dc/compiler/rustc_middle/src/ty/context.rs#L2234

and

https://github.com/V0ldek/rust/blob/c97fd8183a98d6a89b8fc2e02eb068298e6fb7dc/compiler/rustc_middle/src/ty/context.rs#L2572-L2575

the rest is callsites.

Closes #103974

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