2021-01-24 13:08:12 -06:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
--> $DIR/unused-substs-3.rs:16:9
|
|
|
|
|
|
|
|
|
LL | t = foo;
|
2021-06-28 13:22:47 -05:00
|
|
|
| ^^^- help: try using a conversion method: `.to_vec()`
|
2021-01-24 13:08:12 -06:00
|
|
|
| |
|
|
|
|
| cyclic type of infinite size
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|