Skip to content
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

Conflicting issues for a trait error should name the trait #7907

Closed
jdm opened this issue Jul 19, 2013 · 0 comments
Closed

Conflicting issues for a trait error should name the trait #7907

jdm opened this issue Jul 19, 2013 · 0 comments
Labels
A-diagnostics Area: Messages for errors, warnings, and lints E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@jdm
Copy link
Contributor

jdm commented Jul 19, 2013

It displays the traits in question, but if they're generated by macros you can't tell what the problem is.
/home/jdm/sdb/servo/src/components/script/dom/bindings/element.rs:292:4: 297:5 error: conflicting implementations for a trait

It shouldn't be hard to throw a name in here.

@bors bors closed this as completed in b5d77d2 Aug 3, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 4, 2021
…p1995

Move non_ascii_literal to restriction

It feels like the more apt category, since cases where you'd want it enabled would be pretty specific

changelog: Move [`non_ascii_literal`] to `restriction`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant