mirror of https://github.com/rwf2/Rocket.git
Fix UI test for latest nightly.
This commit is contained in:
parent
987f2d6afa
commit
845b0470a6
|
@ -26,7 +26,7 @@ error: expected `,`, found `<eof>`
|
|||
--> $DIR/typed-uris-invalid-syntax.rs:15:10
|
||||
|
|
||||
15 | uri!("/mount");
|
||||
| ^^^^^^^^
|
||||
| ^^^^^^^^ expected `,`
|
||||
|
||||
error: expected identifier, found `<eof>`
|
||||
--> $DIR/typed-uris-invalid-syntax.rs:16:18
|
||||
|
@ -60,7 +60,7 @@ error: expected expression, found `<eof>`
|
|||
--> $DIR/typed-uris-invalid-syntax.rs:20:21
|
||||
|
|
||||
20 | uri!(simple: id = );
|
||||
| ^
|
||||
| ^ expected expression
|
||||
|
||||
error: aborting due to 10 previous errors
|
||||
|
||||
|
|
Loading…
Reference in New Issue