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

Regression: unresolved import #37020

Closed
alexcrichton opened this issue Oct 7, 2016 · 1 comment · Fixed by #37023
Closed

Regression: unresolved import #37020

alexcrichton opened this issue Oct 7, 2016 · 1 comment · Fixed by #37023
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@alexcrichton
Copy link
Member

A stable-to-beta crater report shows regressions related to

error[E0432]�(B: unresolved import `glium::glutin::VirtualKeyCode`�(B
  �(B--> �(Bsrc/graphics.rs:80:9�(B
   �(B|�(B
80�(B �(B| �(B    use �(Bglium::glutin::VirtualKeyCode as Gvkc�(B;�(B
   �(B| �(B        �(B^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�(B Could not find `glutin` in `glium`�(B

I'm opening an issue to ensure that we're tracking these regressions and they're either expected (so we can close), this is a dupe (so we can close), or we can fix (and then close!)

cc @rust-lang/compiler, @jseyfried

@alexcrichton alexcrichton added I-nominated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. labels Oct 7, 2016
@jseyfried
Copy link
Contributor

Fixed in #37023.

sophiajt pushed a commit to sophiajt/rust that referenced this issue Oct 11, 2016
…pat, r=nrc

Fix importing inaccessible `extern crate`s (with a warning)

Fixes rust-lang#36747, fixes rust-lang#37020, and fixes rust-lang#37021.
r? @nrc
alexcrichton added a commit to alexcrichton/rust that referenced this issue Oct 12, 2016
…pat, r=nrc

Fix importing inaccessible `extern crate`s (with a warning)

Fixes rust-lang#36747, fixes rust-lang#37020, and fixes rust-lang#37021.
r? @nrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants