2019-08-14 11:34:09 -05:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
--> $DIR/whitespace-trimming-2.rs:4:187
|
|
|
|
|
|
|
|
|
LL | ...-> usize {
|
|
|
|
| ----- expected `usize` because of return type
|
|
|
|
LL | ... ()
|
2019-11-15 11:37:01 -06:00
|
|
|
| ^^ expected `usize`, found `()`
|
2019-08-14 11:34:09 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2019-08-14 11:34:09 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|