Rocket/core/codegen/tests/ui-fail-stable/routes.stderr

20 lines
487 B
Plaintext
Raw Normal View History

error: expected `,`
--> $DIR/routes.rs:4:23
|
4 | let _ = routes![a b];
| ^
error: expected identifier
--> $DIR/routes.rs:6:24
|
6 | let _ = routes![a::, ];
| ^
error: unexpected end of input, expected identifier
--> $DIR/routes.rs:7:13
|
7 | let _ = routes![a::];
2020-02-15 11:51:40 +00:00
| ^^^^^^^^^^^^
|
2021-08-01 19:24:48 +00:00
= note: this error originates in the macro `routes` (in Nightly builds, run with -Z macro-backtrace for more info)