mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
576bf82702
Perform OpaqueCast field projection on HIR, too. fixes #105819 This is necessary for closure captures in 2021 edition, as they capture individual fields, not the full mentioned variables. So it may try to capture a field of an opaque (because the hidden type is known to be something with a field). See https://github.com/rust-lang/rust/pull/99806 for when and why we added OpaqueCast to MIR. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |