We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Example code:
use itertools::izip; pub struct A<const N: usize> { chunks: [u64; N], } impl<const N: usize> A<N> { pub fn foo(self, rhs: Self) { let mut chunks = [0; N]; let mut iter = izip!(self.chunks, rhs.chunks, &mut chunks); let (_a, _b, _c) = iter.next().unwrap(); } }
Example screenshot:
rust-analyzer version: rust-analyzer version: 2023-03-27
rustc version: rustc 1.70.0-nightly (ec2f40c6b 2023-03-30)
relevant settings: None
The text was updated successfully, but these errors were encountered:
Duplicate of #11681
Sorry, something went wrong.
No branches or pull requests
Example code:
Example screenshot:

rust-analyzer version: rust-analyzer version: 2023-03-27
rustc version: rustc 1.70.0-nightly (ec2f40c6b 2023-03-30)
relevant settings: None
The text was updated successfully, but these errors were encountered: