]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/occurs-check/unused-substs-3.stderr
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
[rust.git] / tests / ui / const-generics / occurs-check / unused-substs-3.stderr
1 error[E0308]: mismatched types
2   --> $DIR/unused-substs-3.rs:16:9
3    |
4 LL |     t = foo;
5    |         ^^^- help: try using a conversion method: `.to_vec()`
6    |         |
7    |         cyclic type of infinite size
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0308`.