]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/invalid-punct-ident-4.stderr
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / invalid-punct-ident-4.stderr
CommitLineData
dfeec247 1error: unexpected closing delimiter: `)`
0731742a 2 --> $DIR/invalid-punct-ident-4.rs:6:1
94b46f34 3 |
532ac7d7 4LL | lexer_failure!();
c295e0f8 5 | ^^^^^^^^^^^^^^^^ unexpected closing delimiter
74b04a01 6 |
17df50a5 7 = note: this error originates in the macro `lexer_failure` (in Nightly builds, run with -Z macro-backtrace for more info)
94b46f34
XL
8
9error: proc macro panicked
0731742a 10 --> $DIR/invalid-punct-ident-4.rs:6:1
94b46f34 11 |
532ac7d7 12LL | lexer_failure!();
c295e0f8 13 | ^^^^^^^^^^^^^^^^
94b46f34 14
ba9703b0
XL
15error[E0308]: mismatched types
16 --> $DIR/invalid-punct-ident-4.rs:11:33
17 |
18LL | let _recovery_witness: () = 0;
19 | -- ^ expected `()`, found integer
20 | |
21 | expected due to this
22
23error: aborting due to 3 previous errors
94b46f34 24
ba9703b0 25For more information about this error, try `rustc --explain E0308`.