]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-20692.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-20692.stderr
index ca2611e0f9eb5daa13b191c61591eaf247f261cc..0badf66ba7d8653c4494ef62464cb7efd5b74ff8 100644 (file)
@@ -22,7 +22,7 @@ LL | trait Array: Sized + Copy {}
 LL |     let _ = x
    |             ^ the trait `Array` cannot be made into an object
    |
-   = note: required because of the requirements on the impl of `std::ops::CoerceUnsized<&dyn Array>` for `&T`
+   = note: required because of the requirements on the impl of `CoerceUnsized<&dyn Array>` for `&T`
    = note: required by cast to type `&dyn Array`
 
 error: aborting due to 2 previous errors