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
rust-analyzer version: 5b49745 (current master) rustc version: rustc 1.65.0-nightly (c0941dfb5 2022-08-21)
rustc 1.65.0-nightly (c0941dfb5 2022-08-21)
fn test() { let a = |event: (String, usize)| event.1.<|>; // should show methods of `usize`, instead methods for `String` are shown. }
The text was updated successfully, but these errors were encountered:
This is probably #1109
Sorry, something went wrong.
No branches or pull requests
rust-analyzer version: 5b49745 (current master)
rustc version:
rustc 1.65.0-nightly (c0941dfb5 2022-08-21)
The text was updated successfully, but these errors were encountered: