-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Include whitespace in "remove |" suggestion and make it hidden #137872
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
base: master
Are you sure you want to change the base?
Conversation
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
Some changes occurred in match checking cc @Nadrieril Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
This comment has been minimized.
This comment has been minimized.
I believe this is still waiting on adding a tracking issue for majorly refactoring diagnostic suggestion styles that I asked for in #t-compiler/wg-diagnostics > Why are we making suggestions verbose? @ 💬 @rustbot author |
This comment was marked as outdated.
This comment was marked as outdated.
Why not make this |
Fair, changed. |
Tweak error rendering of patterns with an extra
|
on either end.Built on #137409. Only last commit is relevant.
? @compiler-errors