You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When translating to ASM, LLVM IR, HIR and MIR (not WASM), the two warnings warning: due to multiple output types requested, the explicitly specified output file name will be adapted for each output type and warning: ignoring --out-dir flag due to -o flag will always be emitted to compiler stderr.
Steps to reproduce
Insert any code into the playground (example:
fnmain(){}
)
In the WHAT DO YOU WANT TO DO? menu, select one of the output formats listed above
Check the Standard Error output field
The text was updated successfully, but these errors were encountered:
Description
When translating to ASM, LLVM IR, HIR and MIR (not WASM), the two warnings
warning: due to multiple output types requested, the explicitly specified output file name will be adapted for each output type
andwarning: ignoring --out-dir flag due to -o flag
will always be emitted to compiler stderr.Steps to reproduce
)
WHAT DO YOU WANT TO DO?
menu, select one of the output formats listed aboveStandard Error
output fieldThe text was updated successfully, but these errors were encountered: