]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/associated-types/hr-associated-type-bound-param-6.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / associated-types / hr-associated-type-bound-param-6.rs
index 4b8018cb43024e7a73078bf6233b9d9631a5b186..04b88c7f4fcb4bf9e0042b2f11f6ad86f55cf460 100644 (file)
@@ -12,7 +12,7 @@ where
 impl<S, T> X<'_, T> for (S,) {
     //~^ ERROR the trait bound `for<'b> T: X<'b, T>` is not satisfied
     type U = str;
-    //~^ ERROR the trait bound `for<'b> <T as X<'b, T>>::U: std::clone::Clone` is not satisfied
+    //~^ ERROR the trait bound `for<'b> <T as X<'b, T>>::U: Clone` is not satisfied
 }
 
 pub fn main() {