]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/multiline-span-simple.stderr
Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs}
[rust.git] / src / test / ui / span / multiline-span-simple.stderr
1 error[E0277]: the trait bound `u32: std::ops::Add<()>` is not satisfied
2   --> $DIR/multiline-span-simple.rs:23:18
3    |
4 23 |     foo(1 as u32 + //~ ERROR not satisfied
5    |                  ^ no implementation for `u32 + ()`
6    |
7    = help: the trait `std::ops::Add<()>` is not implemented for `u32`
8
9 error: aborting due to previous error
10