mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
0740609ea3
``` error[E0277]: cannot add `()` to `u32` --> $DIR/multiline-span-simple.rs:13:18 | LL | foo(1 as u32 + | -------- ^ no implementation for `u32 + ()` LL | LL | / bar(x, LL | | LL | | y), | |______________- ```