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