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

error: aborting due to 1 previous error

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