]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/occurs-check/unused-substs-2.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / const-generics / occurs-check / unused-substs-2.stderr
CommitLineData
cdc7bbd5
XL
1error[E0308]: mismatched types
2 --> $DIR/unused-substs-2.rs:25:9
3 |
4LL | t = foo;
5 | ^^^ cyclic type of infinite size
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0308`.