Rocket/core/codegen/tests/ui-fail/routes.stderr
Sergio Benitez 425f741b87 Update 'Try' impl, codegen for nightly-2021-05-18.
Minimum nightly is now '2021-05-18'.
2021-05-18 20:59:11 -07:00

20 lines
570 B
Plaintext

error: expected `,`
--> $DIR/routes.rs:6:23
|
6 | let _ = routes![a b]; //~ ERROR expected `,`
| ^
error: expected identifier
--> $DIR/routes.rs:8:24
|
8 | let _ = routes![a::, ]; //~ ERROR expected identifier
| ^
error: unexpected end of input, expected identifier
--> $DIR/routes.rs:9:13
|
9 | let _ = routes![a::]; //~ ERROR expected identifier
| ^^^^^^^^^^^^
|
= note: this error originates in the macro `routes` (in Nightly builds, run with -Z macro-backtrace for more info)