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

-emit dep-info doesn't work with -Z no-analysis #21130

Closed
SiegeLord opened this issue Jan 14, 2015 · 2 comments · Fixed by #21156
Closed

-emit dep-info doesn't work with -Z no-analysis #21130

SiegeLord opened this issue Jan 14, 2015 · 2 comments · Fixed by #21156
Assignees
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler

Comments

@SiegeLord
Copy link
Contributor

The whole reason why no-analysis was added was so that --dep-info could be faster, see #11155 .

Now, -Z no-analysis exits too early.

@SiegeLord
Copy link
Contributor Author

This was broken by #20917.

@nrc
Copy link
Member

nrc commented Jan 14, 2015

Sorry about that, easy enough to fix, I'll have a patch tomorrow.

@nrc nrc self-assigned this Jan 14, 2015
@kmcallister kmcallister added the A-driver Area: rustc_driver that ties everything together into the `rustc` compiler label Jan 14, 2015
nrc added a commit to nrc/rust that referenced this issue Jan 14, 2015
alexcrichton added a commit to alexcrichton/rust that referenced this issue Jan 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants