2020-01-03 08:40:15 -05:00
|
|
|
error: unexpected closing delimiter: `)`
|
2022-09-12 22:42:04 +00:00
|
|
|
--> $DIR/invalid-punct-ident-4.rs:7:1
|
2018-05-05 22:45:59 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | lexer_failure!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^ unexpected closing delimiter
|
2019-12-16 15:56:47 +02:00
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `lexer_failure` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-05-05 22:45:59 +03:00
|
|
|
|
|
|
|
error: proc macro panicked
|
2022-09-12 22:42:04 +00:00
|
|
|
--> $DIR/invalid-punct-ident-4.rs:7:1
|
2018-05-05 22:45:59 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | lexer_failure!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-05-05 22:45:59 +03:00
|
|
|
|
2020-03-18 13:34:11 +01:00
|
|
|
error[E0308]: mismatched types
|
2022-09-12 22:42:04 +00:00
|
|
|
--> $DIR/invalid-punct-ident-4.rs:12:33
|
2020-03-17 10:09:18 +01:00
|
|
|
|
|
2020-03-18 13:34:11 +01:00
|
|
|
LL | let _recovery_witness: () = 0;
|
|
|
|
| -- ^ expected `()`, found integer
|
|
|
|
| |
|
|
|
|
| expected due to this
|
2020-03-17 10:09:18 +01:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2018-05-05 22:45:59 +03:00
|
|
|
|
2020-03-18 13:34:11 +01:00
|
|
|
For more information about this error, try `rustc --explain E0308`.
|