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

find diagnostic suggestion loops #30

Open
matthiaskrgr opened this issue Nov 30, 2022 · 0 comments
Open

find diagnostic suggestion loops #30

matthiaskrgr opened this issue Nov 30, 2022 · 0 comments

Comments

@matthiaskrgr
Copy link
Owner

https://rust-lang.zulipchat.com/#narrow/stream/147480-t-compiler.2Fwg-diagnostics/topic/automatic.20diagnostic.20verification/near/313156325

if that gets you too many wontfixes, a looser thing you could check instead is that suggestions should converge when running cargo fix repeatedly.

for example, something has gone wrong if the suggestions loop between A <--> B, or diverge with A --> (A) --> ((A)) --> ...

@matthiaskrgr matthiaskrgr changed the title find diagnostic loops find diagnostic suggestion loops Nov 30, 2022
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

No branches or pull requests

1 participant