]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-15756.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-15756.rs
index 02ccf9c0e08e7af6fd4daa7a6b6b49a4d61933bc..41349d7d7443b056bcaeb16498090e66b22ca71e 100644 (file)
@@ -15,7 +15,7 @@ fn dft_iter<'a, T>(arg1: Chunks<'a,T>, arg2: ChunksMut<'a,T>)
 {
     for
     &mut something
-//~^ ERROR the trait `core::marker::Sized` is not implemented for the type `[T]`
+//~^ ERROR `[T]: std::marker::Sized` is not satisfied
     in arg2
     {
     }