mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 05:55:42 +00:00
11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
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
|
|
|