blob: be289f44f1b6564a9a77d1689cbc537f4394cabd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0308]: mismatched types
--> $DIR/unused-substs-5.rs:15:9
|
LL | x = q::<_, N>(x);
| ^^^^^^^^^^^^- help: try using a conversion method: `.to_vec()`
| |
| cyclic type of infinite size
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.
|