Update UI tests for latest nightly.

This commit is contained in:
Sergio Benitez 2021-05-18 12:00:46 -07:00
parent 1c600bda30
commit f6568aca68
10 changed files with 66 additions and 66 deletions

View File

@ -4,7 +4,7 @@ error: unexpected end of input, expected string literal
6 | #[database] 6 | #[database]
| ^^^^^^^^^^^ | ^^^^^^^^^^^
| |
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `database` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected string literal error: expected string literal
--> $DIR/database-syntax.rs:9:12 --> $DIR/database-syntax.rs:9:12

View File

@ -9,7 +9,7 @@ note: this function must be `async`
| |
5 | fn foo() { } 5 | fn foo() { }
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `rocket::main` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: attribute is typically applied to `main` function warning: attribute is typically applied to `main` function
--> $DIR/async-entry.rs:10:5 --> $DIR/async-entry.rs:10:5
@ -22,7 +22,7 @@ note: this function is not `main`
| |
11 | async fn foo() { } 11 | async fn foo() { }
| ^^^ | ^^^
= note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this warning originates in the attribute macro `rocket::main` (in Nightly builds, run with -Z macro-backtrace for more info)
error: attribute can only be applied to `async` functions error: attribute can only be applied to `async` functions
--> $DIR/async-entry.rs:16:5 --> $DIR/async-entry.rs:16:5
@ -35,7 +35,7 @@ note: this function must be `async`
| |
17 | fn main() { 17 | fn main() {
| ^^^^^^^^^ | ^^^^^^^^^
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `rocket::main` (in Nightly builds, run with -Z macro-backtrace for more info)
error: attribute cannot be applied to `main` function error: attribute cannot be applied to `main` function
--> $DIR/async-entry.rs:49:5 --> $DIR/async-entry.rs:49:5
@ -49,7 +49,7 @@ note: this function cannot be `main`
| |
50 | fn main() -> rocekt::Rocket<rocket::Build> { 50 | fn main() -> rocekt::Rocket<rocket::Build> {
| ^^^^ | ^^^^
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `rocket::launch` (in Nightly builds, run with -Z macro-backtrace for more info)
error: attribute can only be applied to functions that return a value error: attribute can only be applied to functions that return a value
--> $DIR/async-entry.rs:56:5 --> $DIR/async-entry.rs:56:5
@ -62,7 +62,7 @@ note: this function must return a value
| |
57 | async fn rocket() { 57 | async fn rocket() {
| ^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `rocket::launch` (in Nightly builds, run with -Z macro-backtrace for more info)
error: attribute can only be applied to functions that return a value error: attribute can only be applied to functions that return a value
--> $DIR/async-entry.rs:64:5 --> $DIR/async-entry.rs:64:5
@ -75,7 +75,7 @@ note: this function must return a value
| |
65 | fn rocket() { 65 | fn rocket() {
| ^^^^^^^^^^^ | ^^^^^^^^^^^
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `rocket::launch` (in Nightly builds, run with -Z macro-backtrace for more info)
error: attribute cannot be applied to `main` function error: attribute cannot be applied to `main` function
--> $DIR/async-entry.rs:79:5 --> $DIR/async-entry.rs:79:5
@ -89,7 +89,7 @@ note: this function cannot be `main`
| |
80 | fn main() -> &'static str { 80 | fn main() -> &'static str {
| ^^^^ | ^^^^
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `rocket::launch` (in Nightly builds, run with -Z macro-backtrace for more info)
error: attribute cannot be applied to `main` function error: attribute cannot be applied to `main` function
--> $DIR/async-entry.rs:87:5 --> $DIR/async-entry.rs:87:5
@ -103,7 +103,7 @@ note: this function cannot be `main`
| |
88 | async fn main() -> _ { 88 | async fn main() -> _ {
| ^^^^ | ^^^^
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `rocket::launch` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0728]: `await` is only allowed inside `async` functions and blocks error[E0728]: `await` is only allowed inside `async` functions and blocks
--> $DIR/async-entry.rs:73:17 --> $DIR/async-entry.rs:73:17

View File

@ -16,4 +16,4 @@ error: unexpected end of input, expected identifier
7 | let _ = catchers![a::]; 7 | let _ = catchers![a::];
| ^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^
| |
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the macro `catchers` (in Nightly builds, run with -Z macro-backtrace for more info)

View File

@ -9,7 +9,7 @@ note: error occurred while deriving `FromForm`
| |
3 | #[derive(FromForm)] 3 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: tuple structs are not supported error: tuple structs are not supported
--> $DIR/from_form.rs:7:1 --> $DIR/from_form.rs:7:1
@ -22,7 +22,7 @@ note: error occurred while deriving `FromForm`
| |
6 | #[derive(FromForm)] 6 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: at least one field is required error: at least one field is required
--> $DIR/from_form.rs:10:13 --> $DIR/from_form.rs:10:13
@ -35,7 +35,7 @@ note: error occurred while deriving `FromForm`
| |
9 | #[derive(FromForm)] 9 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: tuple structs are not supported error: tuple structs are not supported
--> $DIR/from_form.rs:13:1 --> $DIR/from_form.rs:13:1
@ -48,7 +48,7 @@ note: error occurred while deriving `FromForm`
| |
12 | #[derive(FromForm)] 12 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: only one lifetime is supported error: only one lifetime is supported
--> $DIR/from_form.rs:16:25 --> $DIR/from_form.rs:16:25
@ -61,7 +61,7 @@ note: error occurred while deriving `FromForm`
| |
15 | #[derive(FromForm)] 15 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: invalid form field name error: invalid form field name
--> $DIR/from_form.rs:25:20 --> $DIR/from_form.rs:25:20
@ -75,7 +75,7 @@ note: error occurred while deriving `FromForm`
| |
23 | #[derive(FromForm)] 23 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field name conflicts with previous name error: field name conflicts with previous name
--> $DIR/from_form.rs:33:5 --> $DIR/from_form.rs:33:5
@ -99,7 +99,7 @@ note: error occurred while deriving `FromForm`
| |
29 | #[derive(FromForm)] 29 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field name conflicts with previous name error: field name conflicts with previous name
--> $DIR/from_form.rs:40:20 --> $DIR/from_form.rs:40:20
@ -124,7 +124,7 @@ note: error occurred while deriving `FromForm`
| |
36 | #[derive(FromForm)] 36 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field name conflicts with previous name error: field name conflicts with previous name
--> $DIR/from_form.rs:47:20 --> $DIR/from_form.rs:47:20
@ -148,7 +148,7 @@ note: error occurred while deriving `FromForm`
| |
44 | #[derive(FromForm)] 44 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: unexpected attribute parameter: `field` error: unexpected attribute parameter: `field`
--> $DIR/from_form.rs:53:28 --> $DIR/from_form.rs:53:28
@ -161,7 +161,7 @@ note: error occurred while deriving `FromForm`
| |
51 | #[derive(FromForm)] 51 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected list `#[field(..)]`, found bare path "field" error: expected list `#[field(..)]`, found bare path "field"
--> $DIR/from_form.rs:59:7 --> $DIR/from_form.rs:59:7
@ -174,7 +174,7 @@ note: error occurred while deriving `FromForm`
| |
57 | #[derive(FromForm)] 57 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected key/value `key = value` error: expected key/value `key = value`
--> $DIR/from_form.rs:65:13 --> $DIR/from_form.rs:65:13
@ -187,7 +187,7 @@ note: error occurred while deriving `FromForm`
| |
63 | #[derive(FromForm)] 63 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected key/value `key = value` error: expected key/value `key = value`
--> $DIR/from_form.rs:71:13 --> $DIR/from_form.rs:71:13
@ -200,7 +200,7 @@ note: error occurred while deriving `FromForm`
| |
69 | #[derive(FromForm)] 69 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: unexpected attribute parameter: `beep` error: unexpected attribute parameter: `beep`
--> $DIR/from_form.rs:77:13 --> $DIR/from_form.rs:77:13
@ -213,7 +213,7 @@ note: error occurred while deriving `FromForm`
| |
75 | #[derive(FromForm)] 75 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field has conflicting names error: field has conflicting names
--> $DIR/from_form.rs:83:5 --> $DIR/from_form.rs:83:5
@ -238,7 +238,7 @@ note: error occurred while deriving `FromForm`
| |
81 | #[derive(FromForm)] 81 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected list `#[attr(..)]`, found bare boolean literal error: expected list `#[attr(..)]`, found bare boolean literal
--> $DIR/from_form.rs:90:20 --> $DIR/from_form.rs:90:20
@ -251,7 +251,7 @@ note: error occurred while deriving `FromForm`
| |
88 | #[derive(FromForm)] 88 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected expression, found bare path "name" error: expected expression, found bare path "name"
--> $DIR/from_form.rs:96:13 --> $DIR/from_form.rs:96:13
@ -264,7 +264,7 @@ note: error occurred while deriving `FromForm`
| |
94 | #[derive(FromForm)] 94 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected list `#[attr(..)]`, found bare integer literal error: expected list `#[attr(..)]`, found bare integer literal
--> $DIR/from_form.rs:102:20 --> $DIR/from_form.rs:102:20
@ -277,7 +277,7 @@ note: error occurred while deriving `FromForm`
| |
100 | #[derive(FromForm)] 100 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: invalid form field name error: invalid form field name
--> $DIR/from_form.rs:108:20 --> $DIR/from_form.rs:108:20
@ -291,7 +291,7 @@ note: error occurred while deriving `FromForm`
| |
106 | #[derive(FromForm)] 106 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: invalid form field name error: invalid form field name
--> $DIR/from_form.rs:114:20 --> $DIR/from_form.rs:114:20
@ -305,7 +305,7 @@ note: error occurred while deriving `FromForm`
| |
112 | #[derive(FromForm)] 112 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: invalid form field name error: invalid form field name
--> $DIR/from_form.rs:120:20 --> $DIR/from_form.rs:120:20
@ -319,7 +319,7 @@ note: error occurred while deriving `FromForm`
| |
118 | #[derive(FromForm)] 118 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: invalid form field name error: invalid form field name
--> $DIR/from_form.rs:126:20 --> $DIR/from_form.rs:126:20
@ -333,7 +333,7 @@ note: error occurred while deriving `FromForm`
| |
124 | #[derive(FromForm)] 124 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: invalid form field name error: invalid form field name
--> $DIR/from_form.rs:132:20 --> $DIR/from_form.rs:132:20
@ -347,7 +347,7 @@ note: error occurred while deriving `FromForm`
| |
130 | #[derive(FromForm)] 130 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: invalid form field name error: invalid form field name
--> $DIR/from_form.rs:138:20 --> $DIR/from_form.rs:138:20
@ -361,7 +361,7 @@ note: error occurred while deriving `FromForm`
| |
136 | #[derive(FromForm)] 136 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0425]: cannot find function `unknown` in this scope error[E0425]: cannot find function `unknown` in this scope
--> $DIR/from_form.rs:150:24 --> $DIR/from_form.rs:150:24

View File

@ -9,7 +9,7 @@ note: error occurred while deriving `FromFormField`
| |
3 | #[derive(FromFormField)] 3 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: tuple structs are not supported error: tuple structs are not supported
--> $DIR/from_form_field.rs:7:1 --> $DIR/from_form_field.rs:7:1
@ -22,7 +22,7 @@ note: error occurred while deriving `FromFormField`
| |
6 | #[derive(FromFormField)] 6 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: named structs are not supported error: named structs are not supported
--> $DIR/from_form_field.rs:10:1 --> $DIR/from_form_field.rs:10:1
@ -37,7 +37,7 @@ note: error occurred while deriving `FromFormField`
| |
9 | #[derive(FromFormField)] 9 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: variants cannot have fields error: variants cannot have fields
--> $DIR/from_form_field.rs:16:6 --> $DIR/from_form_field.rs:16:6
@ -50,7 +50,7 @@ note: error occurred while deriving `FromFormField`
| |
14 | #[derive(FromFormField)] 14 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: enum must have at least one variant error: enum must have at least one variant
--> $DIR/from_form_field.rs:20:1 --> $DIR/from_form_field.rs:20:1
@ -63,7 +63,7 @@ note: error occurred while deriving `FromFormField`
| |
19 | #[derive(FromFormField)] 19 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: type generics are not supported error: type generics are not supported
--> $DIR/from_form_field.rs:23:11 --> $DIR/from_form_field.rs:23:11
@ -76,7 +76,7 @@ note: error occurred while deriving `FromFormField`
| |
22 | #[derive(FromFormField)] 22 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: invalid value: expected string literal error: invalid value: expected string literal
--> $DIR/from_form_field.rs:29:21 --> $DIR/from_form_field.rs:29:21
@ -89,7 +89,7 @@ note: error occurred while deriving `FromFormField`
| |
27 | #[derive(FromFormField)] 27 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected literal, found bare path "value" error: expected literal, found bare path "value"
--> $DIR/from_form_field.rs:35:13 --> $DIR/from_form_field.rs:35:13
@ -102,7 +102,7 @@ note: error occurred while deriving `FromFormField`
| |
33 | #[derive(FromFormField)] 33 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: variant has conflicting values error: variant has conflicting values
--> $DIR/from_form_field.rs:41:5 --> $DIR/from_form_field.rs:41:5
@ -127,7 +127,7 @@ note: error occurred while deriving `FromFormField`
| |
39 | #[derive(FromFormField)] 39 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field value conflicts with previous value error: field value conflicts with previous value
--> $DIR/from_form_field.rs:50:21 --> $DIR/from_form_field.rs:50:21
@ -152,7 +152,7 @@ note: error occurred while deriving `FromFormField`
| |
46 | #[derive(FromFormField)] 46 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field value conflicts with previous value error: field value conflicts with previous value
--> $DIR/from_form_field.rs:57:21 --> $DIR/from_form_field.rs:57:21
@ -176,7 +176,7 @@ note: error occurred while deriving `FromFormField`
| |
54 | #[derive(FromFormField)] 54 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: variant has conflicting values error: variant has conflicting values
--> $DIR/from_form_field.rs:80:5 --> $DIR/from_form_field.rs:80:5
@ -201,7 +201,7 @@ note: error occurred while deriving `FromFormField`
| |
78 | #[derive(FromFormField)] 78 | #[derive(FromFormField)]
| ^^^^^^^^^^^^^ | ^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromFormField` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field has conflicting names error: field has conflicting names
--> $DIR/from_form_field.rs:87:5 --> $DIR/from_form_field.rs:87:5
@ -226,7 +226,7 @@ note: error occurred while deriving `FromForm`
| |
85 | #[derive(FromForm)] 85 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field name conflicts with previous name error: field name conflicts with previous name
--> $DIR/from_form_field.rs:96:20 --> $DIR/from_form_field.rs:96:20
@ -251,7 +251,7 @@ note: error occurred while deriving `FromForm`
| |
92 | #[derive(FromForm)] 92 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field name conflicts with previous name error: field name conflicts with previous name
--> $DIR/from_form_field.rs:104:5 --> $DIR/from_form_field.rs:104:5
@ -275,7 +275,7 @@ note: error occurred while deriving `FromForm`
| |
100 | #[derive(FromForm)] 100 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: field name conflicts with previous name error: field name conflicts with previous name
--> $DIR/from_form_field.rs:111:5 --> $DIR/from_form_field.rs:111:5
@ -299,4 +299,4 @@ note: error occurred while deriving `FromForm`
| |
107 | #[derive(FromForm)] 107 | #[derive(FromForm)]
| ^^^^^^^^ | ^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `FromForm` (in Nightly builds, run with -Z macro-backtrace for more info)

View File

@ -4,7 +4,7 @@ error: missing expected parameter: `uri`
4 | #[get()] 4 | #[get()]
| ^^^^^^^^ | ^^^^^^^^
| |
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected `fn` error: expected `fn`
--> $DIR/route-attribute-general-syntax.rs:9:1 --> $DIR/route-attribute-general-syntax.rs:9:1

View File

@ -27,7 +27,7 @@ note: 'GET' does not typically support payloads
| |
18 | #[get("/", data = "<_foo>")] 18 | #[get("/", data = "<_foo>")]
| ^^^ | ^^^
= note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `data` used with non-payload-supporting method warning: `data` used with non-payload-supporting method
--> $DIR/route-warnings.rs:21:13 --> $DIR/route-warnings.rs:21:13
@ -40,7 +40,7 @@ note: 'HEAD' does not typically support payloads
| |
21 | #[head("/", data = "<_foo>")] 21 | #[head("/", data = "<_foo>")]
| ^^^^ | ^^^^
= note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
error: checking for warnings! error: checking for warnings!
--> $DIR/route-warnings.rs:25:5 --> $DIR/route-warnings.rs:25:5

View File

@ -16,4 +16,4 @@ error: unexpected end of input, expected identifier
7 | let _ = routes![a::]; 7 | let _ = routes![a::];
| ^^^^^^^^^^^^ | ^^^^^^^^^^^^
| |
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the macro `routes` (in Nightly builds, run with -Z macro-backtrace for more info)

View File

@ -34,7 +34,7 @@ error: unexpected end of input, expected identifier
12 | uri!("/mount",); 12 | uri!("/mount",);
| ^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^
| |
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the macro `uri` (in Nightly builds, run with -Z macro-backtrace for more info)
error: invalid mount point; mount points must be static, absolute URIs: `/example` error: invalid mount point; mount points must be static, absolute URIs: `/example`
--> $DIR/typed-uris-invalid-syntax.rs:13:10 --> $DIR/typed-uris-invalid-syntax.rs:13:10
@ -54,7 +54,7 @@ error: unexpected end of input, call to `uri!` cannot be empty
15 | uri!(); 15 | uri!();
| ^^^^^^^ | ^^^^^^^
| |
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the macro `uri` (in Nightly builds, run with -Z macro-backtrace for more info)
error: unexpected end of input, expected expression error: unexpected end of input, expected expression
--> $DIR/typed-uris-invalid-syntax.rs:16:5 --> $DIR/typed-uris-invalid-syntax.rs:16:5
@ -62,4 +62,4 @@ error: unexpected end of input, expected expression
16 | uri!(simple: id = ); 16 | uri!(simple: id = );
| ^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^
| |
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the macro `uri` (in Nightly builds, run with -Z macro-backtrace for more info)

View File

@ -9,7 +9,7 @@ note: error occurred while deriving `UriDisplay`
| |
3 | #[derive(UriDisplayQuery)] 3 | #[derive(UriDisplayQuery)]
| ^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `UriDisplayQuery` (in Nightly builds, run with -Z macro-backtrace for more info)
error: fieldless structs are not supported error: fieldless structs are not supported
--> $DIR/uri_display.rs:7:1 --> $DIR/uri_display.rs:7:1
@ -22,7 +22,7 @@ note: error occurred while deriving `UriDisplay`
| |
6 | #[derive(UriDisplayQuery)] 6 | #[derive(UriDisplayQuery)]
| ^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `UriDisplayQuery` (in Nightly builds, run with -Z macro-backtrace for more info)
error: empty enums are not supported error: empty enums are not supported
--> $DIR/uri_display.rs:10:11 --> $DIR/uri_display.rs:10:11
@ -35,7 +35,7 @@ note: error occurred while deriving `UriDisplay`
| |
9 | #[derive(UriDisplayQuery)] 9 | #[derive(UriDisplayQuery)]
| ^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `UriDisplayQuery` (in Nightly builds, run with -Z macro-backtrace for more info)
error: tuple structs or variants must have exactly one field error: tuple structs or variants must have exactly one field
--> $DIR/uri_display.rs:18:12 --> $DIR/uri_display.rs:18:12
@ -48,7 +48,7 @@ note: error occurred while deriving `UriDisplay`
| |
17 | #[derive(UriDisplayQuery)] 17 | #[derive(UriDisplayQuery)]
| ^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `UriDisplayQuery` (in Nightly builds, run with -Z macro-backtrace for more info)
error: expected list `#[attr(..)]`, found bare integer literal error: expected list `#[attr(..)]`, found bare integer literal
--> $DIR/uri_display.rs:22:20 --> $DIR/uri_display.rs:22:20
@ -61,7 +61,7 @@ note: error occurred while deriving `UriDisplay`
| |
20 | #[derive(UriDisplayQuery)] 20 | #[derive(UriDisplayQuery)]
| ^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `UriDisplayQuery` (in Nightly builds, run with -Z macro-backtrace for more info)
error: struct must have exactly one field error: struct must have exactly one field
--> $DIR/uri_display.rs:27:12 --> $DIR/uri_display.rs:27:12
@ -74,7 +74,7 @@ note: error occurred while deriving `UriDisplay`
| |
26 | #[derive(UriDisplayPath)] 26 | #[derive(UriDisplayPath)]
| ^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `UriDisplayPath` (in Nightly builds, run with -Z macro-backtrace for more info)
error: struct must have exactly one field error: struct must have exactly one field
--> $DIR/uri_display.rs:30:1 --> $DIR/uri_display.rs:30:1
@ -87,7 +87,7 @@ note: error occurred while deriving `UriDisplay`
| |
29 | #[derive(UriDisplayPath)] 29 | #[derive(UriDisplayPath)]
| ^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `UriDisplayPath` (in Nightly builds, run with -Z macro-backtrace for more info)
error: enums are not supported error: enums are not supported
--> $DIR/uri_display.rs:33:1 --> $DIR/uri_display.rs:33:1
@ -100,7 +100,7 @@ note: error occurred while deriving `UriDisplay`
| |
32 | #[derive(UriDisplayPath)] 32 | #[derive(UriDisplayPath)]
| ^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `UriDisplayPath` (in Nightly builds, run with -Z macro-backtrace for more info)
error: named structs are not supported error: named structs are not supported
--> $DIR/uri_display.rs:36:1 --> $DIR/uri_display.rs:36:1
@ -115,4 +115,4 @@ note: error occurred while deriving `UriDisplay`
| |
35 | #[derive(UriDisplayPath)] 35 | #[derive(UriDisplayPath)]
| ^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the derive macro `UriDisplayPath` (in Nightly builds, run with -Z macro-backtrace for more info)