You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also thought it might be related to #16555, but I don't think it is. I commented out out the trait_candidates.retain block and only got .counter suggested. It might be something else.
This seems to work again now, why? I don't know but there have been a few fixes to both method search and trait bound constructions so likely something in there fixed this
rust-analyzer version: 0.3.1940-standalone (f216be4 2024-04-27)
rustc version:
editor or extension: VSCode
code snippet to reproduce:
It used to be that methods like
bench
orwith_inputs
+bench_values
would be suggested by Rust Analyzer. This no longer works.Bencher
uses a similar pattern to:The text was updated successfully, but these errors were encountered: