-
Notifications
You must be signed in to change notification settings - Fork 13.3k
filter suggestions from extern prelude #59258
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
Conversation
r? @oli-obk (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 |
eef3cc8
to
0cbcea9
Compare
0cbcea9
to
a9108eb
Compare
@bors r+ |
📌 Commit a9108eb has been approved by |
filter suggestions from extern prelude Fixes #59027. Modifies the candidate gathering code to call `filter_fn` on extern crates, which causes them to be filtered out when looking for a type.
☀️ Test successful - checks-travis, status-appveyor |
Fixes #59027.
Modifies the candidate gathering code to call
filter_fn
on extern crates, which causes them to be filtered out when looking for a type.