]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/builtin-superkinds/builtin-superkinds-simple.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / builtin-superkinds / builtin-superkinds-simple.rs
index afafc0943834df59cb2cfa592b98cab6e387e8a9..1620f8d5cf10e48f2db48b932eee11cdf5997081 100644 (file)
@@ -4,6 +4,6 @@
 trait Foo : Send { }
 
 impl Foo for std::rc::Rc<i8> { }
-//~^ ERROR `std::rc::Rc<i8>` cannot be sent between threads safely
+//~^ ERROR `Rc<i8>` cannot be sent between threads safely
 
 fn main() { }