Lately, I’ve been really interested in compilers and I’d love to learn more about them. I have come to learn through projects like MIRI that there are multiple IR in Rust!
Could any one please suggest me how to obtain this HIR from a crate or a source file?
Also its important to note that the HIR is not at all stable & if so if you upgrade your version of Rust any code you write based on it might be broken.