blob: 0c320d54c766d9b1222d368d9d221b3b5e3d632c (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0015]: calls in constant functions are limited to constant functions, tuple structs and tuple variants
--> $DIR/call-const-trait-method-fail.rs:26:5
|
LL | a.plus(b)
| ^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0015`.
|