]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pattern/rest-pat-syntactic.stderr
Rollup merge of #105555 - krasimirgg:llvm-int-opt-2, r=cuviper
[rust.git] / src / test / ui / pattern / rest-pat-syntactic.stderr
1 warning: box pattern syntax is experimental
2   --> $DIR/rest-pat-syntactic.rs:21:9
3    |
4 LL |     let box ..;
5    |         ^^^^^^
6    |
7    = note: see issue #29641 <https://github.com/rust-lang/rust/issues/29641> for more information
8    = help: add `#![feature(box_patterns)]` to the crate attributes to enable
9    = warning: unstable syntax can change at any point in the future, causing a hard error!
10    = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860>
11
12 warning: box pattern syntax is experimental
13   --> $DIR/rest-pat-syntactic.rs:62:17
14    |
15 LL |                 box ..,
16    |                 ^^^^^^
17    |
18    = note: see issue #29641 <https://github.com/rust-lang/rust/issues/29641> for more information
19    = help: add `#![feature(box_patterns)]` to the crate attributes to enable
20    = warning: unstable syntax can change at any point in the future, causing a hard error!
21    = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860>
22
23 warning: 2 warnings emitted
24