Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings emitted when translating to other formats #935

Open
Fabizocker456 opened this issue Jun 5, 2023 · 0 comments
Open

Warnings emitted when translating to other formats #935

Fabizocker456 opened this issue Jun 5, 2023 · 0 comments

Comments

@Fabizocker456
Copy link

Fabizocker456 commented Jun 5, 2023

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 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:
fn main() { }

)

  • In the WHAT DO YOU WANT TO DO? menu, select one of the output formats listed above
  • Check the Standard Error output field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant