We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ rustc test.rs --emit=asm,llvm-ir -O --crate-type=rlib -o testold
emits single file testold with LLVM-IR in it. Previously it used to emit testold.s and testold.ll.
testold
testold.s
testold.ll
This is a stable→stable regression. 1.14.0 works as expected, 1.16.0 does not. Did not test 1.15.0.