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 1.70.0 (90c54180 2023-05-31) and rust-analyzer 1.72.0-nightly (114fb86c 2023-06-15)
rust-analyzer 1.70.0 (90c54180 2023-05-31)
rust-analyzer 1.72.0-nightly (114fb86c 2023-06-15)
rustc version: rustc 1.70.0 (90c541806 2023-05-31) and rustc 1.72.0-nightly (114fb86ca 2023-06-15)
rustc 1.70.0 (90c541806 2023-05-31)
rustc 1.72.0-nightly (114fb86ca 2023-06-15)
relevant settings: NO_SETTINGS
fn _foo<I, I1>(source: I) where I: IntoIterator<Item = char>, I1: IntoIterator<Item = usize> { for _ch in source { // _ch: {unknown} } } fn _bar<I, I1>(source: I) where I: IntoIterator<Item = char>, { for _ch in source { // _ch: char } } fn _moo<I, I1>(source: I) where I: IntoIterator<Item = char>, I1: IntoIterator<Item = usize> { for _ch in source { let _: char = _ch; // _ch: char } }
The text was updated successfully, but these errors were encountered:
Thanks for the report -- this is a duplicate of #10653 that needs to be solved in an upstream library: rust-lang/chalk#750. Closing as a duplicate.
Sorry, something went wrong.
No branches or pull requests
rust-analyzer version:
rust-analyzer 1.70.0 (90c54180 2023-05-31)
andrust-analyzer 1.72.0-nightly (114fb86c 2023-06-15)
rustc version:
rustc 1.70.0 (90c541806 2023-05-31)
andrustc 1.72.0-nightly (114fb86ca 2023-06-15)
relevant settings: NO_SETTINGS
The text was updated successfully, but these errors were encountered: