]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-14915.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-14915.rs
index 4acb51a4e50fa6ff08281ea6faedf4da716b7445..909540355ed89a5e5ab3be6749d6bb4e483f767c 100644 (file)
@@ -4,5 +4,5 @@ fn main() {
     let x: Box<isize> = box 0;
 
     println!("{}", x + 1);
-    //~^ ERROR cannot add `{integer}` to `std::boxed::Box<isize>`
+    //~^ ERROR cannot add `{integer}` to `Box<isize>`
 }