"Implement Missing Members" assist shouldn't ignore doc(hidden)
methods
#15782
Labels
C-bug
Category: bug
doc(hidden)
methods
#15782
Uh oh!
There was an error while loading. Please reload this page.
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer 0.0.0 (4586a6b26 2023-10-18)
rustc version: (eg. output of
rustc -V
) rustc 1.73.0 (cc66ad468 2023-10-03)relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)I'm trying to implement
prost::Message
for a type and usingImplement Missing Members
to generate the methods I need to actually write. It's missing the twodoc(hidden)
methods on the trait.The text was updated successfully, but these errors were encountered: