-
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
Suggest extern crate foo
when failing to resolve use foo
#97264
Suggest extern crate foo
when failing to resolve use foo
#97264
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
b3ff096
to
938f0a4
Compare
Ideally we could provide a structured suggestion (we already look around for a span for Would you have the time to squash your commits? r=me either way. |
938f0a4
to
b2480a0
Compare
@estebank |
@bors r+ |
📌 Commit b2480a0 has been approved by |
…ailing-to-resolve-use-crate, r=estebank Suggest `extern crate foo` when failing to resolve `use foo` closes rust-lang#97095 r? `@estebank`
…askrgr Rollup of 4 pull requests Successful merges: - rust-lang#96271 (suggest `?` when method is missing on `Result<T, _>` but found on `T`) - rust-lang#97264 (Suggest `extern crate foo` when failing to resolve `use foo`) - rust-lang#97592 (rustdoc: also index impl trait and raw pointers) - rust-lang#97621 (update Miri) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
closes #97095
r? @estebank