-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
rustc: emitting only metadata causes no output #40109
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
cc @nrc |
steveklabnik
added
A-compiler
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Mar 1, 2017
I can hop on this! |
Thanks @theishshah - let me know if you need any help - I'm also 'nrc' on irco |
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Apr 13, 2018
…r=michaelwoerister Make --emit=metadata output metadata regardless of link Fixes rust-lang#40109. I'm not sure whether this condition was important here or not, but I can't see why it is required (removing it doesn't cause the error the comment warns about, so I'm assuming it's safe). If this is too heavy-handed, I can special-case on `OutputType::Metadata`.
bors
added a commit
that referenced
this issue
Apr 14, 2018
…erister Make --emit=metadata output metadata regardless of link Fixes #40109. I'm not sure whether this condition was important here or not, but I can't see why it is required (removing it doesn't cause the error the comment warns about, so I'm assuming it's safe). If this is too heavy-handed, I can special-case on `OutputType::Metadata`. r? @nrc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'm trying to obtain the
rustc
analysis metadata for a single.rs
file, but not specifying a binary object type insideemit
causes no output.test.rs
:Commands:
The text was updated successfully, but these errors were encountered: