]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/mismatched_types/issue-36053-2.stderr
Rollup merge of #89945 - JohnTitor:we-now-specialize-clone-from-slice, r=the8472
[rust.git] / src / test / ui / mismatched_types / issue-36053-2.stderr
index 69ae3d8cbd0e54e505bc83c7baf712c95dd6c396..67e8ee2283689d9c2d09d942005c30238d84618a 100644 (file)
@@ -14,7 +14,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/filter.rs:LL:COL
    |
 LL | pub struct Filter<I, P> {