Update UI tests for latest nightly.

This commit is contained in:
Sergio Benitez 2019-08-26 12:48:32 -07:00
parent 1383671090
commit dcea9563fc
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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