]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/span/multiline-span-simple.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / span / multiline-span-simple.stderr
index 6495d9bc739772f44d6073b0fd84ea27eb54773e..13ef0d1820881b7cd2fcadaf720bef6f33ff1a24 100644 (file)
@@ -4,7 +4,7 @@ error[E0277]: cannot add `()` to `u32`
 LL |     foo(1 as u32 +
    |                  ^ no implementation for `u32 + ()`
    |
-   = help: the trait `std::ops::Add<()>` is not implemented for `u32`
+   = help: the trait `Add<()>` is not implemented for `u32`
 
 error: aborting due to previous error