-
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
resolve: Extern prelude is for type namespace only #56264
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
780a25d
to
0cc50c1
Compare
☔ The latest upstream changes (presumably #56262) made this pull request unmergeable. Please resolve the merge conflicts. |
0cc50c1
to
c7be653
Compare
c7be653
to
cd2e98d
Compare
@bors r+ p=1 |
📌 Commit cd2e98d has been approved by |
cc @rust-lang/compiler Accepting for beta backport because (a) it's simple and (b) have to move quick as this is a Rust 2018 regression. |
resolve: Extern prelude is for type namespace only Fixes #56263 (stable-to-beta regression)
☀️ Test successful - status-appveyor, status-travis |
Removing beta-accepted so we can discuss in today's @rust-lang/compiler meeting. |
discussed in T-compiler meeting. beta-accepted. |
Fixes #56263 (stable-to-beta regression)