Skip to content

Add span to some import resolution errors #6476

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 1 commit into from
Closed

Add span to some import resolution errors #6476

wants to merge 1 commit into from

Conversation

emberian
Copy link
Member

No description provided.

@catamorphism
Copy link
Contributor

Closed by author's request

flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 2, 2021
Added from_over_into lint

Closes rust-lang#6456
Added a lint that searches for implementations of `Into<..>` and suggests to implement `From<..>` instead, as it comes with a default implementation of `Into`. Category: style.

changelog: added `from_over_into` lint
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.

2 participants