-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Bring back suggestion for splitting <-
in a comparison
#62632
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
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.
@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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: