]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/structs/struct-path-alias-bounds.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / structs / struct-path-alias-bounds.rs
index ae6ca8082692bc5ae074f16b6c475a60fb81f9f4..1e2c4b836a132ab0545d52d55a2f747a4f29f3dc 100644 (file)
@@ -7,5 +7,5 @@ type A = S<NoClone>;
 
 fn main() {
     let s = A { a: NoClone };
-    //~^ ERROR the trait bound `NoClone: std::clone::Clone` is not satisfied
+    //~^ ERROR the trait bound `NoClone: Clone` is not satisfied
 }