Skip to content

Better error reporting with renaming imports #6465

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

Closed
wants to merge 4 commits into from
Closed

Better error reporting with renaming imports #6465

wants to merge 4 commits into from

Conversation

emberian
Copy link
Member

No description provided.

//~^ ERROR failed to resolve import
use x = bar::baz; //~ ERROR unresolved import: could not find `baz` in `foo`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be baz in bar?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh, nice catch

@brson
Copy link
Contributor

brson commented May 14, 2013

Thanks 🏯

@emberian
Copy link
Member Author

going to reopen and add in the other changes I have, needed for the tests to run

@emberian emberian closed this May 14, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 20, 2020
add more lints to msrv docs

Fixes rust-lang#6097

changelog: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants