summary refs log tree commit diff
path: root/src/test/ui/borrowck/borrowck-init-in-fru.stderr
blob: f01afe1466aef7564c2e971c7e592b6044757b81 (plain)
1
2
3
4
5
6
7
8
9
error[E0381]: use of possibly-uninitialized variable: `origin`
  --> $DIR/borrowck-init-in-fru.rs:9:14
   |
LL |     origin = Point { x: 10, ..origin };
   |              ^^^^^^^^^^^^^^^^^^^^^^^^^ use of possibly-uninitialized `origin.y`

error: aborting due to previous error

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