]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-24352.stderr
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-24352.stderr
1 error[E0277]: cannot subtract `{integer}` from `f64`
2 --> $DIR/issue-24352.rs:3:12
3 |
4 LL | 1.0f64 - 1
5 | ^ no implementation for `f64 - {integer}`
6 |
7 = help: the trait `Sub<{integer}>` is not implemented for `f64`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0277`.