]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/occurs-check/unused-substs-5.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / const-generics / occurs-check / unused-substs-5.stderr
CommitLineData
fc512014
XL
1error[E0308]: mismatched types
2 --> $DIR/unused-substs-5.rs:15:9
3 |
4LL | x = q::<_, N>(x);
94222f64 5 | ^^^^^^^^^^^^- help: try using a conversion method: `.to_vec()`
fc512014
XL
6 | |
7 | cyclic type of infinite size
fc512014
XL
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0308`.