-
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
Feature-gate #[prelude_import]. #26699
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
eea540f
to
0caedc3
Compare
cc @huonw, you seem pretty familiar with the This may also be good to run through Crater first just to double check, but I'd also be fine just going ahead and merging this and covering it in one of the regular "regressions against beta" reports. Also, nominating for a beta backport. |
} | ||
}; | ||
let expn_id = sess.codemap().record_expansion(info); | ||
let mut sp = sp; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be Span { expn_id: expn_id, .. sp }
?
r=me with an passing crater run. |
0caedc3
to
6a3b385
Compare
/cc @brson, can we get a crater run on this? |
I will start now. |
Not accepted for backport. People aren't using this and we can break it at will. Bugfix. |
Closes #26690.