-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
bad suggestion on 'assert_eq!(3i32, &3i32)' #52783
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
Comments
cc #51822 |
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Aug 28, 2018
…, r=nikomatsakis Do not suggest dereferencing in macro Fix rust-lang#52783.
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
Aug 28, 2018
…, r=nikomatsakis Do not suggest dereferencing in macro Fix rust-lang#52783.
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Aug 29, 2018
…, r=nikomatsakis Do not suggest dereferencing in macro Fix rust-lang#52783.
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Aug 29, 2018
…, r=nikomatsakis Do not suggest dereferencing in macro Fix rust-lang#52783.
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Aug 30, 2018
…, r=nikomatsakis Do not suggest dereferencing in macro Fix rust-lang#52783.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On latest nightly:
Notice in particular the suggestion
*assert_eq!(3i32, &3i32)
.This doesn't happen on beta. Not sure if it's a regression or if the help hint is simply a recent addition.
The text was updated successfully, but these errors were encountered: