]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-22706.rs
point at private fields in struct literal
[rust.git] / src / test / ui / issues / issue-22706.rs
index 28e8a722804813c00159db59a68ef5fe4ab9bb4b..bb8a58d3d2ecc63c36340bff5de941e6379f08ca 100644 (file)
@@ -1,3 +1,3 @@
 fn is_copy<T: ::std::marker<i32>::Copy>() {}
-//~^ ERROR type arguments are not allowed for this type [E0109]
+//~^ ERROR type arguments are not allowed on module `marker` [E0109]
 fn main() {}