]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/wf/wf-trait-bound.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / wf / wf-trait-bound.stderr
index abb97adcfd4cdf89ce97ee58d59b4042bd8b3575..c9e818f8e7dc8d62bb08b84a770e4642cdcc3dce 100644 (file)
@@ -9,8 +9,8 @@ LL |     where T: ExtraCopy<U>
    |
 help: consider further restricting type parameter `U`
    |
-LL |     where T: ExtraCopy<U>, U: Copy
-   |                          ^^^^^^^^^
+LL |     where T: ExtraCopy<U>, U: std::marker::Copy
+   |                          ^^^^^^^^^^^^^^^^^^^^^^
 
 error: aborting due to previous error