about summary refs log tree commit diff
path: root/tests/ui/pattern/check-struct-pat-fields-stability-issue-138319.stderr
blob: 707eb58e5478e79dd185694be1214c7573d7a2aa (plain)
1
2
3
4
5
6
7
8
9
10
warning: use of deprecated field `Point::_x`: x is deprecated
  --> $DIR/check-struct-pat-fields-stability-issue-138319.rs:9:21
   |
LL |     let p = Point { _x: 1, _y: 2 };
   |                     ^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: 1 warning emitted