rust/src/test/ui/const-eval-span.stderr

13 lines
334 B
Plaintext
Raw Normal View History

error[E0308]: mismatched types
--> $DIR/const-eval-span.rs:19:9
|
2018-02-23 03:42:32 +03:00
LL | V = CONSTANT,
| ^^^^^^^^ expected isize, found struct `S`
|
= note: expected type `isize`
found type `S`
error: aborting due to previous error
2018-02-19 21:40:25 +01:00
If you want more information on this error, try using "rustc --explain E0308"