]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/async-await/issue-86507.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / async-await / issue-86507.stderr
index 51e8f61085b22987afacccefb43e68d51c1e01f8..ad0a359224147b949a660602a24b807d6c3b6e17 100644 (file)
@@ -17,7 +17,7 @@ LL |                     let x = x;
 help: consider further restricting type parameter `T`
    |
 LL |         where 'me:'async_trait, T: std::marker::Sync {
-   |                               ^^^^^^^^^^^^^^^^^^^^^^
+   |                               ++++++++++++++++++++++
 
 error: aborting due to previous error