-
Notifications
You must be signed in to change notification settings - Fork 13.4k
bad suggestion on 'assert_eq!(3i32, &3i32)' #52783
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
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.
# for free
to join this conversation on GitHub.
Already have an account?
# 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: