]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/async-await/issue-72590-type-error-sized.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / async-await / issue-72590-type-error-sized.stderr
index 50dfeffde7cf0a19ae2a73da0dbcf5168bcbacb4..778423578e169aab1ab9ccfa0a81c9fb3b9aface 100644 (file)
@@ -26,7 +26,7 @@ LL | struct Foo {
 help: function arguments must have a statically known size, borrowed types always have a known size
    |
 LL |     async fn frob(&self) {}
-   |                   ^
+   |                   +
 
 error: aborting due to 3 previous errors