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
dyn
rust-analyzer version: 0.3.1369-standalone rustc version: tried both 1.66.0-nightly and 1.64.0 stable
lib.rs
pub fn type_mismatch_ex() { let mut params = Vec::<&(dyn Sync)>::with_capacity(2); let nums = vec![1, 2]; for n in &nums { params.push(n); } }
I got this error in rust-analyzer but the code compiles.
Maybe related to PR #13112?
The text was updated successfully, but these errors were encountered:
Duplicate of #11847.
Sorry, something went wrong.
No branches or pull requests
rust-analyzer version: 0.3.1369-standalone
rustc version: tried both 1.66.0-nightly and 1.64.0 stable
lib.rs
I got this error in rust-analyzer but the code compiles.
Maybe related to PR #13112?
The text was updated successfully, but these errors were encountered: