about summary refs log tree commit diff
path: root/tests/ui/type-inference/infinite-type-occurs-check.stderr
blob: 9cb8bb917962e20d17188fef27cf5acd274475bb (plain)
1
2
3
4
5
6
7
8
9
error[E0275]: overflow assigning `Box<_>` to `_`
  --> $DIR/infinite-type-occurs-check.rs:9:9
   |
LL |     g = f;
   |         ^

error: aborting due to 1 previous error

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