mirror of https://github.com/rwf2/Rocket.git
Update UI tests for latest nightly.
This commit is contained in:
parent
1383671090
commit
dcea9563fc
|
@ -14,7 +14,7 @@ error: unexpected end of input, expected identifier
|
|||
--> $DIR/catchers.rs:9:13
|
||||
|
|
||||
9 | let _ = catchers![a::]; //~ ERROR expected identifier
|
||||
| ^^^^^^^^^^^^^^
|
||||
| ^^^^^^^^^^^^^^ in this macro invocation
|
||||
|
||||
error: aborting due to 3 previous errors
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ error: unexpected end of input, expected identifier
|
|||
--> $DIR/routes.rs:9:13
|
||||
|
|
||||
9 | let _ = routes![a::]; //~ ERROR expected identifier
|
||||
| ^^^^^^^^^^^^
|
||||
| ^^^^^^^^^^^^ in this macro invocation
|
||||
|
||||
error: aborting due to 3 previous errors
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ error: unexpected end of input, expected identifier
|
|||
--> $DIR/typed-uris-invalid-syntax.rs:14:5
|
||||
|
|
||||
14 | uri!("/mount",); //~ ERROR expected identifier
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
| ^^^^^^^^^^^^^^^^ in this macro invocation
|
||||
|
||||
error: invalid mount point; mount points must be static, absolute URIs: `/example`
|
||||
--> $DIR/typed-uris-invalid-syntax.rs:15:10
|
||||
|
@ -50,13 +50,13 @@ error: unexpected end of input, call to `uri!` cannot be empty
|
|||
--> $DIR/typed-uris-invalid-syntax.rs:17:5
|
||||
|
|
||||
17 | uri!(); //~ unexpected end of input
|
||||
| ^^^^^^^
|
||||
| ^^^^^^^ in this macro invocation
|
||||
|
||||
error: unexpected end of input, expected expression
|
||||
--> $DIR/typed-uris-invalid-syntax.rs:18:5
|
||||
|
|
||||
18 | uri!(simple: id = ); //~ expected expression
|
||||
| ^^^^^^^^^^^^^^^^^^^^
|
||||
| ^^^^^^^^^^^^^^^^^^^^ in this macro invocation
|
||||
|
||||
error: aborting due to 10 previous errors
|
||||
|
||||
|
|
Loading…
Reference in New Issue