diff --git a/core/codegen/tests/ui-fail/catchers.stderr b/core/codegen/tests/ui-fail/catchers.stderr index 30303867..3c902fad 100644 --- a/core/codegen/tests/ui-fail/catchers.stderr +++ b/core/codegen/tests/ui-fail/catchers.stderr @@ -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 diff --git a/core/codegen/tests/ui-fail/routes.stderr b/core/codegen/tests/ui-fail/routes.stderr index 6d72947d..575385e1 100644 --- a/core/codegen/tests/ui-fail/routes.stderr +++ b/core/codegen/tests/ui-fail/routes.stderr @@ -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 diff --git a/core/codegen/tests/ui-fail/typed-uris-invalid-syntax.stderr b/core/codegen/tests/ui-fail/typed-uris-invalid-syntax.stderr index 8a232c49..dad1ce58 100644 --- a/core/codegen/tests/ui-fail/typed-uris-invalid-syntax.stderr +++ b/core/codegen/tests/ui-fail/typed-uris-invalid-syntax.stderr @@ -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