
The image says it all really. I'm using the current most recent version of non-nightly rust-analyzer (updated about an hour ago when I launched VS Code, not sure exactly which version it is).
I have found that the hint incorrectly shows up if and only if there are no underscores between two non-underscore characters. E.g. AMOUNT_ shows the hint (it says I should write A_M_O_U_N_T_), but AMOUNT_2 does not.