Skip to content

Commit f7b38fb

Browse files
manual bless again
1 parent 74888eb commit f7b38fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/mismatched_types/issue-36053-2.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ LL | once::<&str>("str").fuse().filter(|a: &str| true).count();
2727
|
2828
= note: doesn't satisfy `_: Iterator`
2929
|
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'
3130
= note: the following trait bounds were not satisfied:
3231
`<[closure@$DIR/issue-36053-2.rs:7:39: 7:48] as FnOnce<(&&str,)>>::Output = bool`
3332
which is required by `Filter<Fuse<std::iter::Once<&str>>, [closure@$DIR/issue-36053-2.rs:7:39: 7:48]>: Iterator`

0 commit comments

Comments
 (0)