blob: 0cbedfb69f85a44bd6fe7c2989fd00112bbd8f69 [file] [log] [blame]
error[E0369]: cannot add `{integer}` to `Foo`
--> $DIR/recursion3.rs:10:29
|
LL | let x: u32 = foo(false) + 42;
| ---------- ^ -- {integer}
| |
| Foo
error[E0369]: cannot add `{integer}` to `impl Debug`
--> $DIR/recursion3.rs:18:29
|
LL | let x: u32 = bar(false) + 42;
| ---------- ^ -- {integer}
| |
| impl Debug
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0369`.