We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
struct T; fn _bar() { impl T { pub fn foo() { } } } fn main() { T::foo(); }
rust-analyzer version: 0.3.1705-standalone (1087295 2023-10-22) rustc 1.72.0 (5680fa18f 2023-08-23)
The text was updated successfully, but these errors were encountered:
This will probably never be supported by rust-analyzer, as supporting it would mean having to check all function bodies for methods.
Sorry, something went wrong.
No branches or pull requests
rust-analyzer version: 0.3.1705-standalone (1087295 2023-10-22)
rustc 1.72.0 (5680fa18f 2023-08-23)
The text was updated successfully, but these errors were encountered: