]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/mismatched_types/issue-36053-2.stderr
Fix UI tests
[rust.git] / src / test / ui / mismatched_types / issue-36053-2.stderr
index 0b1fcf58e2e001185d93bba320277b1f38d55d22..2efd37b4738a5130bafa0bd3d255e9116d55fa94 100644 (file)
@@ -15,7 +15,7 @@ LL |     once::<&str>("str").fuse().filter(|a: &str| true).count();
    |                                       doesn't satisfy `<_ as FnOnce<(&&str,)>>::Output = bool`
    |                                       doesn't satisfy `_: FnMut<(&&str,)>`
    | 
-  ::: $SRC_DIR/core/src/iter/adapters/mod.rs:LL:COL
+  ::: $SRC_DIR/core/src/iter/adapters/filter.rs:LL:COL
    |
 LL | pub struct Filter<I, P> {
    | ----------------------- doesn't satisfy `_: Iterator`