-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
dep-info + -Z no-analysis no longer ignore extern crates #33231
Comments
sanxiyn
changed the title
dep-info + -Z no-static-analysis no longer ignore extern crates
dep-info + -Z no-analysis no longer ignore extern crates
May 9, 2016
SiegeLord
pushed a commit
to SiegeLord/rust
that referenced
this issue
May 11, 2016
Previously, it would attempt to resolve some external crates that weren't necessary for dep-info output. Fixes rust-lang#33231.
eddyb
added a commit
to eddyb/rust
that referenced
this issue
May 12, 2016
Make --emit dep-info work correctly with -Z no-analysis again. Previously, it would attempt to resolve some external crates that weren't necessary for dep-info output. Fixes rust-lang#33231.
bors
added a commit
that referenced
this issue
May 13, 2016
Make --emit dep-info work correctly with -Z no-analysis again. Previously, it would attempt to resolve some external crates that weren't necessary for dep-info output. Fixes #33231.
So this is broken again. Can this be reopened? |
c.f. this comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling this code:
With:
Used to work (and still works with rust 1.7), but recently has started failing (circa rustc 1.10.0-nightly (bd93816 2016-04-25)) with this error:
This makes that useful combination of flags no longer work. I suspect
-Z no-analysis
broke again.The text was updated successfully, but these errors were encountered: