2020-12-02 07:33:26 -06:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
--> $DIR/unused-substs-5.rs:15:9
|
|
|
|
|
|
|
|
|
LL | x = q::<_, N>(x);
|
2021-06-28 13:22:47 -05:00
|
|
|
| ^^^^^^^^^^^^- help: try using a conversion method: `.to_vec()`
|
2020-12-02 07:33:26 -06:00
|
|
|
| |
|
|
|
|
| cyclic type of infinite size
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-12-02 07:33:26 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|