]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-14366.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-14366.rs
index c7cac71af036125ded2fdda44ffebcb7497a4610..84452accc9a4ac4abec7e0134f6a81c628cbaf24 100644 (file)
@@ -10,5 +10,5 @@
 
 fn main() {
     let _x = "test" as &::std::any::Any;
-//~^ ERROR the trait `core::marker::Sized` is not implemented for the type `str`
+//~^ ERROR `str: std::marker::Sized` is not satisfied
 }