-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Unresolved import in glob imported modules #32089
Labels
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
Comments
This may be due to #31726 |
zitsen
pushed a commit
to zitsen/unqlite.rs
that referenced
this issue
Mar 7, 2016
PR: rust-lang/rust#31726 Related Issue: rust-lang/rust#32089
Indeed looks broken on nightly! cc @jseyfried |
@KyleMayes Thanks for the report and minimal example. This is a bug. This was caused by #31726. I diagnosed the problem and will fix it ASAP (~1 hr). |
alexcrichton
added
the
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
label
Mar 7, 2016
bors
added a commit
that referenced
this issue
Mar 10, 2016
…sakis Fix a regression in import resolution This fixes #32089 (caused by #31726) by deducing that name resolution has failed (as opposed to being determinate) in more cases. r? @nikomatsakis
jseyfried
added a commit
to jseyfried/rust
that referenced
this issue
Mar 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
The latest nightly broke some imports in my project that were working previously.
Here is a minimal example (spread out over three files):
The issue is only when there is more than one of these types of imports. I'm not sure if this is a bug or I have been relying on incorrect behavior until now.
Meta
The text was updated successfully, but these errors were encountered: