]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/macro-match-nonterminal.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / macros / macro-match-nonterminal.stderr
CommitLineData
b7449926 1error: missing fragment specifier
ba9703b0 2 --> $DIR/macro-match-nonterminal.rs:2:8
b7449926 3 |
ba9703b0
XL
4LL | ($a, $b) => {
5 | ^
b7449926 6
04454e1e
FG
7error: missing fragment specifier
8 --> $DIR/macro-match-nonterminal.rs:2:8
9 |
10LL | ($a, $b) => {
11 | ^
12 |
04454e1e
FG
13 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
14 = note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
2b03887a 15 = note: `#[deny(missing_fragment_specifier)]` on by default
04454e1e 16
ba9703b0
XL
17error: missing fragment specifier
18 --> $DIR/macro-match-nonterminal.rs:2:10
19 |
20LL | ($a, $b) => {
21 | ^^
b9856134 22 |
b9856134
XL
23 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
24 = note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
ba9703b0 25
04454e1e 26error: aborting due to 3 previous errors
b7449926 27