os-rust/compiler/rustc_mir_build
Oli Scherer e390dc9c36 Perform OpaqueCast field projection on HIR, too.
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).
2023-07-24 15:19:26 +00:00
..
src Perform OpaqueCast field projection on HIR, too. 2023-07-24 15:19:26 +00:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl Implement "items do not inherit unsafety" for THIR unsafeck 2023-07-15 11:59:38 -04:00