summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/occurs-check/unused-substs-2.stderr
blob: 9532fc21a31b70aebe4fbb69ee60b18f84c2627c (plain)
1
2
3
4
5
6
7
8
9
error[E0308]: mismatched types
  --> $DIR/unused-substs-2.rs:25:9
   |
LL |     t = foo;
   |         ^^^ cyclic type of infinite size

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.