saw-rustc --version
panics (but crux-rustc --version
doesn't)
#50
Labels
saw-rustc --version
panics (but crux-rustc --version
doesn't)
#50
While
crux-rustc --version
works as you would expect:saw-rustc --version
, on the other hand, will panic:The backtrace points to this line as the culprit:
mir-json/src/bin/mir-json-rustc-wrapper.rs
Line 86 in 3b53858
I'm somewhat surprised by this, given how similar the two commands are. At first glance, one possible explanation is that
saw-rustc
callsrustc
with--test
, butcrux-rustc
does not.The text was updated successfully, but these errors were encountered: