--emit metadata=some/path/libfoo-abc-123.rmeta
doesn't work
#85356
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
foo.rs:
I expected to see this happen:
I expected this to output
out/libfoo-abc-123.rmeta
, as documented ("Each emission type may also specify the output filename with the form KIND=PATH, which takes precedence over the -o flag.").Instead, this happened:
It created
libfoo.rmeta
in the current directory.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: