Implement default members implements PartialEq::ne incorrectly #12779
Labels
A-assists
C-bug
Category: bug
S-actionable
Someone could pick this issue up and work on it right now
rust-analyzer version: rust-analyzer 0.0.0 (5342f47 2022-07-09)
rustc version: rustc 1.62.0 (a8314ef7d 2022-06-27)
relevant settings: Neovim with coc-rust-analyzer
I tried
implement default members
on some code by mistake, but got surprising results. Reproduction:It will generate this
ne
method:The
implement missing members
works as expected foreq
The text was updated successfully, but these errors were encountered: