-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Bring back suggestion for splitting <-
in a comparison
#62632
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
varkor
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-diagnostics
Area: Messages for errors, warnings, and lints
labels
Jul 12, 2019
Hi @varkor I'd like to try this one. Just found the removed suggestion. |
@rustbot claim |
This comment has been minimized.
This comment has been minimized.
jonas-schievink
added
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Jul 14, 2019
@agnxy It doesn't look like you're still working on this. Is it ok if I take over? |
iluuu1994
added a commit
to iluuu1994/rust
that referenced
this issue
Aug 12, 2019
Centril
added a commit
to Centril/rust
that referenced
this issue
Aug 12, 2019
Bring back suggestion for splitting `<-` into `< -` Closes rust-lang#62632
@iluuu1994 Sure. Thanks for your help. |
Centril
added a commit
to Centril/rust
that referenced
this issue
Aug 13, 2019
Bring back suggestion for splitting `<-` into `< -` Closes rust-lang#62632
Centril
added a commit
to Centril/rust
that referenced
this issue
Aug 13, 2019
Bring back suggestion for splitting `<-` into `< -` Closes rust-lang#62632
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
Aug 14, 2019
Bring back suggestion for splitting `<-` into `< -` Closes rust-lang#62632
Centril
added a commit
to Centril/rust
that referenced
this issue
Aug 14, 2019
Bring back suggestion for splitting `<-` into `< -` Closes rust-lang#62632
Centril
added a commit
to Centril/rust
that referenced
this issue
Aug 14, 2019
Bring back suggestion for splitting `<-` into `< -` Closes rust-lang#62632
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
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
produces:
It would be nice if it produced a suggestion to split it up:
(This used to happen, but was broken in a previous change.)
The text was updated successfully, but these errors were encountered: