2020-12-02 14:33:26 +01:00
|
|
|
error[E0308]: mismatched types
|
2024-01-15 11:44:56 +01:00
|
|
|
--> $DIR/unused-substs-5.rs:15:19
|
2020-12-02 14:33:26 +01:00
|
|
|
|
|
|
|
|
LL | x = q::<_, N>(x);
|
2024-01-15 11:44:56 +01:00
|
|
|
| ^ cyclic type of infinite size
|
2020-12-02 14:33:26 +01:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-12-02 14:33:26 +01:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|