blob: 2a191417d6e2dd697e49d99340f2431e21d88616 [file]
warning: box pattern syntax is experimental
--> $DIR/soft-feature-gate-box_patterns.rs:9:9
|
LL | let box x;
| ^^^^^
|
= note: see issue #29641 <https://github.com/rust-lang/rust/issues/29641> for more information
= help: add `#![feature(box_patterns)]` to the crate attributes to enable
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
= warning: unstable syntax can change at any point in the future, causing a hard error!
= note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
warning: box pattern syntax is experimental
--> $DIR/soft-feature-gate-box_patterns.rs:14:18
|
LL | let Packet { box x };
| ^^^
|
= note: see issue #29641 <https://github.com/rust-lang/rust/issues/29641> for more information
= help: add `#![feature(box_patterns)]` to the crate attributes to enable
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
= warning: unstable syntax can change at any point in the future, causing a hard error!
= note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
warning: 2 warnings emitted