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
= note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
22
22
= note: this error originates in the attribute macro `graphql_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
23
+
24
+
error[E0658]: use of unstable library feature `str_as_str`
25
+
--> fail/interface/struct/attr_cyclic_impl.rs:5:5
26
+
|
27
+
5 | id: String,
28
+
| ^^
29
+
|
30
+
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
31
+
= 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)
32
+
33
+
error[E0658]: use of unstable library feature `str_as_str`
34
+
--> fail/interface/struct/attr_cyclic_impl.rs:5:5
35
+
|
36
+
5 | id: String,
37
+
| ^^
38
+
|
39
+
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
40
+
= 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)
41
+
42
+
error[E0658]: use of unstable library feature `str_as_str`
43
+
--> fail/interface/struct/attr_cyclic_impl.rs:5:5
44
+
|
45
+
5 | id: String,
46
+
| ^^
47
+
|
48
+
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
49
+
= 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)
50
+
51
+
error[E0658]: use of unstable library feature `str_as_str`
52
+
--> fail/interface/struct/attr_cyclic_impl.rs:5:5
53
+
|
54
+
5 | id: String,
55
+
| ^^
56
+
|
57
+
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
58
+
= 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)
59
+
60
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
67
+
= 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)
68
+
69
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
76
+
= 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)
77
+
78
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
85
+
= 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)
86
+
87
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
94
+
= 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)
Copy file name to clipboardExpand all lines: tests/codegen/fail/interface/struct/attr_missing_field.stderr
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ error[E0080]: evaluation panicked: failed to implement interface `Character` on
6
6
|
7
7
= 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)
8
8
9
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
16
+
= 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)
17
+
18
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
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
+
9
27
error[E0277]: the trait bound `ObjA: FieldMeta<DefaultScalarValue, 11301463986558097276003903130001171064>` is not satisfied
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
48
+
= 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)
49
+
23
50
error[E0080]: evaluation panicked: failed to implement interface `Character` on `ObjA`: field `id` isn't implemented on `ObjA`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
31
+
= 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)
32
+
33
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
40
+
= 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)
41
+
42
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
49
+
= 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)
50
+
51
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
58
+
= 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)
59
+
60
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
67
+
= 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)
68
+
69
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
76
+
= 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)
77
+
78
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
85
+
= 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)
86
+
87
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
94
+
= 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)
Copy file name to clipboardExpand all lines: tests/codegen/fail/interface/struct/derive_missing_field.stderr
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ error[E0080]: evaluation panicked: failed to implement interface `Character` on
6
6
|
7
7
= 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)
8
8
9
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
16
+
= 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)
17
+
18
+
error[E0658]: use of unstable library feature `str_as_str`
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
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
+
9
27
error[E0277]: the trait bound `ObjA: FieldMeta<DefaultScalarValue, 11301463986558097276003903130001171064>` is not satisfied
= note: see issue #130366 <https://github.com/rust-lang/rust/issues/130366> for more information
48
+
= 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)
49
+
23
50
error[E0080]: evaluation panicked: failed to implement interface `Character` on `ObjA`: field `id` isn't implemented on `ObjA`
0 commit comments