]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/wf/wf-in-fn-type-ret.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / wf / wf-in-fn-type-ret.stderr
index 30ff365b116ec336965fb0f858c9f843bddc2f69..1ffc47e6d826c842603291ac253aa276562d6612 100644 (file)
@@ -9,8 +9,8 @@ LL |     x: fn() -> MustBeCopy<T>
    |
 help: consider restricting type parameter `T`
    |
-LL | struct Foo<T: Copy> {
-   |             ^^^^^^
+LL | struct Foo<T: std::marker::Copy> {
+   |             ^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error