]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/invalid-punct-ident-4.stderr
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
[rust.git] / src / test / ui / proc-macro / invalid-punct-ident-4.stderr
1 error: unexpected closing delimiter: `)`
2   --> $DIR/invalid-punct-ident-4.rs:6:1
3    |
4 LL | lexer_failure!();
5    | ^^^^^^^^^^^^^^^^^ unexpected closing delimiter
6    |
7    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: proc macro panicked
10   --> $DIR/invalid-punct-ident-4.rs:6:1
11    |
12 LL | lexer_failure!();
13    | ^^^^^^^^^^^^^^^^^
14
15 error[E0308]: mismatched types
16   --> $DIR/invalid-punct-ident-4.rs:11:33
17    |
18 LL |     let _recovery_witness: () = 0;
19    |                            --   ^ expected `()`, found integer
20    |                            |
21    |                            expected due to this
22
23 error: aborting due to 3 previous errors
24
25 For more information about this error, try `rustc --explain E0308`.