]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/generator/resume-arg-late-bound.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / generator / resume-arg-late-bound.stderr
index 7719d5123f4663213b110b427869341a905d802a..ffa440daed8c45088be819f24f8e4bb8e9a12c60 100644 (file)
@@ -2,7 +2,7 @@ error[E0631]: type mismatch in function arguments
   --> $DIR/resume-arg-late-bound.rs:15:10
    |
 LL | fn test(a: impl for<'a> Generator<&'a mut bool>) {}
-   |    ----         ------------------------------- required by this bound in `test`
+   |                 ------------------------------- required by this bound in `test`
 ...
 LL |     test(gen);
    |          ^^^