]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/multiline-span-simple.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / multiline-span-simple.stderr
1 error[E0277]: cannot add `()` to `u32`
2   --> $DIR/multiline-span-simple.rs:13:18
3    |
4 LL |     foo(1 as u32 +
5    |                  ^ no implementation for `u32 + ()`
6    |
7    = help: the trait `Add<()>` is not implemented for `u32`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0277`.