You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/codegen/fail/interface/struct/attr_missing_field.stderr
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ error[E0658]: use of unstable library feature `str_as_str`
24
24
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
25
25
= note: this error originates in the macro `$crate::format_type` which comes from the expansion of the macro `::juniper::assert_field` (in Nightly builds, run with -Z macro-backtrace for more info)
26
26
27
-
error[E0277]: the trait bound `ObjA: FieldMeta<DefaultScalarValue, 11301463986558097276003903130001171064>` is not satisfied
27
+
error[E0277]: the trait bound `ObjA: juniper::macros::reflect::FieldMeta<DefaultScalarValue, 11301463986558097276003903130001171064>` is not satisfied
@@ -55,7 +55,7 @@ error[E0080]: evaluation panicked: failed to implement interface `Character` on
55
55
|
56
56
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `::juniper::assert_field` (in Nightly builds, run with -Z macro-backtrace for more info)
57
57
58
-
error[E0277]: the trait bound `ObjA: reflect::Field<__S, 11301463986558097276003903130001171064>` is not satisfied
58
+
error[E0277]: the trait bound `ObjA: juniper::macros::reflect::Field<__S, 11301463986558097276003903130001171064>` is not satisfied
Copy file name to clipboardExpand all lines: tests/codegen/fail/interface/struct/derive_missing_field.stderr
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ error[E0658]: use of unstable library feature `str_as_str`
24
24
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
25
25
= note: this error originates in the macro `$crate::format_type` which comes from the expansion of the macro `::juniper::assert_field` (in Nightly builds, run with -Z macro-backtrace for more info)
26
26
27
-
error[E0277]: the trait bound `ObjA: FieldMeta<DefaultScalarValue, 11301463986558097276003903130001171064>` is not satisfied
27
+
error[E0277]: the trait bound `ObjA: juniper::macros::reflect::FieldMeta<DefaultScalarValue, 11301463986558097276003903130001171064>` is not satisfied
@@ -55,7 +55,7 @@ error[E0080]: evaluation panicked: failed to implement interface `Character` on
55
55
|
56
56
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `::juniper::assert_field` (in Nightly builds, run with -Z macro-backtrace for more info)
57
57
58
-
error[E0277]: the trait bound `ObjA: reflect::Field<__S, 11301463986558097276003903130001171064>` is not satisfied
58
+
error[E0277]: the trait bound `ObjA: juniper::macros::reflect::Field<__S, 11301463986558097276003903130001171064>` is not satisfied
Copy file name to clipboardExpand all lines: tests/codegen/fail/interface/trait/missing_field.stderr
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ error[E0658]: use of unstable library feature `str_as_str`
24
24
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
25
25
= note: this error originates in the macro `$crate::format_type` which comes from the expansion of the macro `::juniper::assert_field` (in Nightly builds, run with -Z macro-backtrace for more info)
26
26
27
-
error[E0277]: the trait bound `ObjA: FieldMeta<DefaultScalarValue, 11301463986558097276003903130001171064>` is not satisfied
27
+
error[E0277]: the trait bound `ObjA: juniper::macros::reflect::FieldMeta<DefaultScalarValue, 11301463986558097276003903130001171064>` is not satisfied
28
28
--> fail/interface/trait/missing_field.rs:9:27
29
29
|
30
30
9 | #[graphql_interface(for = ObjA)]
@@ -55,7 +55,7 @@ error[E0080]: evaluation panicked: failed to implement interface `Character` on
55
55
|
56
56
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `::juniper::assert_field` (in Nightly builds, run with -Z macro-backtrace for more info)
57
57
58
-
error[E0277]: the trait bound `ObjA: reflect::Field<__S, 11301463986558097276003903130001171064>` is not satisfied
58
+
error[E0277]: the trait bound `ObjA: juniper::macros::reflect::Field<__S, 11301463986558097276003903130001171064>` is not satisfied
59
59
--> fail/interface/trait/missing_field.rs:11:8
60
60
|
61
61
11 | fn id(&self) -> &str;
@@ -69,7 +69,7 @@ help: the trait `Field<__S, 11301463986558097276003903130001171064>` is not impl
69
69
| ^^^^^^^^^^^^^
70
70
= note: this error originates in the derive macro `GraphQLObject` (in Nightly builds, run with -Z macro-backtrace for more info)
71
71
72
-
error[E0277]: the trait bound `ObjA: AsyncField<__S, 11301463986558097276003903130001171064>` is not satisfied
72
+
error[E0277]: the trait bound `ObjA: juniper::macros::reflect::AsyncField<__S, 11301463986558097276003903130001171064>` is not satisfied
0 commit comments