2024-06-24 21:52:15 -05:00
|
|
|
error: no rules expected `@`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/fail-simple.rs:2:12
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | panic!(@);
|
2018-11-04 16:01:38 -06:00
|
|
|
| ^ no rules expected this token in macro call
|
2022-11-12 16:18:32 -06:00
|
|
|
|
|
|
|
|
= note: while trying to match end of macro
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 07:28:26 -05:00
|
|
|
|