mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 13:27:35 +00:00
Deconstruct values in the THIR visitor Hi! I am a beginner rust developer. I'm trying to solve your problem rust-lang/rust#141849 I see that 2 files need to be corrected, so I’m starting with a simpler step, `compiler/rustc_middle/src/thir/visit.rs` r? `@krikera`
For more information about how rustc works, see the rustc dev guide.