about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-05-28 13:48:28 +0000
committerbors <bors@rust-lang.org>2024-05-28 13:48:28 +0000
commit7717a306b2678ba9ece19b723c76a6b3a89ba931 (patch)
tree475eab19b56ec7645af793c4e8bfd73c6314fb9d /compiler/rustc_errors/src
parentf989d2f62500df1696eb797d8800a705293b43b9 (diff)
parentac7e836834554ec7205fd8bbb5e1c44ce7d8299f (diff)
downloadrust-7717a306b2678ba9ece19b723c76a6b3a89ba931.tar.gz
rust-7717a306b2678ba9ece19b723c76a6b3a89ba931.zip
Auto merge of #124650 - oli-obk:pattern_types_syntax, r=nnethercote
Create const block DefIds in typeck instead of ast lowering

this is a prerequisite for cleaning up pattern types and the range pattern HIR nodes in general. Right now they contain expressions, but they are supposed to only contain constants. In order to generate the anonymous constants lazily during typeck, we need to support generating new items with bodies during typeck in general. Transforming const blocks was the simplest change I could find to allow us to do that (everything else is much more invasive if we haven't already done it for const blocks).
Diffstat (limited to 'compiler/rustc_errors/src')
0 files changed, 0 insertions, 0 deletions