Hi! it seems like a change I made causes a dependency to fail to compile, how do I go about debugging this? I'd like to add logging to the source so I can figure out what's failing or get access to the MIR of a specific module, how do I do this using ./x.py
?
ugh the problem is in build.rs
how do I debug a build.rs
?