rust/tests/ui/issues/issue-14915.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
330 B
Plaintext
Raw Normal View History

error[E0369]: cannot add `{integer}` to `Box<isize>`
--> $DIR/issue-14915.rs:4:22
2018-07-15 21:11:54 +00:00
|
LL | println!("{}", x + 1);
| - ^ - {integer}
| |
| Box<isize>
2018-07-15 21:11:54 +00:00
error: aborting due to previous error
For more information about this error, try `rustc --explain E0369`.