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: rust-analyzer version: 9490120 2022-05-01 dev
rustc version: rustc 1.60.0 (7737e0b5c 2022-04-04)
relevant settings:
"rust-analyzer.diagnostics.experimental.enable": true,
Given the following code:
defaultmap = "0.5.0"
use defaultmap::DefaultHashMap; fn main() { let mut map = DefaultHashMap::new(0); map[(0, 0)] = 1; }
rust-analyzer reports an error:
The text was updated successfully, but these errors were encountered:
May be related to #12675
Sorry, something went wrong.
Yeah, this is probably the same problem.
Fixed along with #12675
No branches or pull requests
rust-analyzer version: rust-analyzer version: 9490120 2022-05-01 dev
rustc version: rustc 1.60.0 (7737e0b5c 2022-04-04)
relevant settings:
Given the following code:
rust-analyzer reports an error:
The text was updated successfully, but these errors were encountered: