mirror of https://github.com/rwf2/Rocket.git
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
|
error: expected `,` or `::` or end of macro invocation
|
||
|
--> $DIR/routes.rs:6:23
|
||
|
|
|
||
|
6 | let _ = routes![a b];
|
||
|
| ^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|