]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-unboxed-closures.stderr
Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplett
[rust.git] / src / test / ui / borrowck / borrowck-unboxed-closures.stderr
index bc1721944fbbb6de8b7b1da9112928d3782de7fe..d46ef126da481a9c0ecc8606efd727d2349db5f8 100644 (file)
@@ -34,7 +34,7 @@ LL |     f(1, 2);
 help: consider further restricting this bound
    |
 LL | fn c<F:FnOnce(isize, isize) -> isize + Copy>(f: F) {
-   |                                      ^^^^^^
+   |                                      ++++++
 
 error: aborting due to 3 previous errors