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.
1 parent 74888eb commit f7b38fbCopy full SHA for f7b38fb
tests/ui/mismatched_types/issue-36053-2.stderr
@@ -27,7 +27,6 @@ LL | once::<&str>("str").fuse().filter(|a: &str| true).count();
27
|
28
= note: doesn't satisfy `_: Iterator`
29
30
- = note: the full type name has been written to '$TEST_BUILD_DIR/mismatched_types/issue-36053-2/issue-36053-2.long-type-2523243994590504090.txt'
31
= note: the following trait bounds were not satisfied:
32
`<[closure@$DIR/issue-36053-2.rs:7:39: 7:48] as FnOnce<(&&str,)>>::Output = bool`
33
which is required by `Filter<Fuse<std::iter::Once<&str>>, [closure@$DIR/issue-36053-2.rs:7:39: 7:48]>: Iterator`
0 commit comments