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: integration_tests/codegen_fail/fail/interface/implementers_duplicate_ugly.stderr
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error[E0119]: conflicting implementations of trait `<CharacterValue as juniper::GraphQLInterface<__S>>::mark::_::{closure#0}::MutuallyExclusive` for type `ObjA`:
1
+
error[E0119]: conflicting implementations of trait `<CharacterValue as juniper::GraphQLInterface<__S>>::mark::_::{closure#0}::MutuallyExclusive` for type `ObjA`
2
2
--> $DIR/implementers_duplicate_ugly.rs:18:1
3
3
|
4
4
18 | #[graphql_interface(for = [ObjA, ObjAlias])]
@@ -9,7 +9,7 @@ error[E0119]: conflicting implementations of trait `<CharacterValue as juniper::
9
9
|
10
10
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
11
11
12
-
error[E0119]: conflicting implementations of trait `std::convert::From<ObjA>` for type `CharacterValue`:
12
+
error[E0119]: conflicting implementations of trait `std::convert::From<ObjA>` for type `CharacterValue`
Copy file name to clipboardExpand all lines: integration_tests/codegen_fail/fail/union/enum_same_type_ugly.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error[E0119]: conflicting implementations of trait `<Character as juniper::GraphQLUnion<__S>>::mark::_::{closure#0}::MutuallyExclusive` for type `std::string::String`:
1
+
error[E0119]: conflicting implementations of trait `<Character as juniper::GraphQLUnion<__S>>::mark::_::{closure#0}::MutuallyExclusive` for type `std::string::String`
Copy file name to clipboardExpand all lines: integration_tests/codegen_fail/fail/union/struct_same_type_ugly.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error[E0119]: conflicting implementations of trait `<Character as juniper::GraphQLUnion<__S>>::mark::_::{closure#0}::MutuallyExclusive` for type `std::string::String`:
1
+
error[E0119]: conflicting implementations of trait `<Character as juniper::GraphQLUnion<__S>>::mark::_::{closure#0}::MutuallyExclusive` for type `std::string::String`
Copy file name to clipboardExpand all lines: integration_tests/codegen_fail/fail/union/trait_same_type_ugly.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error[E0119]: conflicting implementations of trait `<(dyn Character + std::marker::Send + std::marker::Sync + '__obj) as juniper::GraphQLUnion<__S>>::mark::_::{closure#0}::MutuallyExclusive` for type `std::string::String`:
1
+
error[E0119]: conflicting implementations of trait `<(dyn Character + std::marker::Send + std::marker::Sync + '__obj) as juniper::GraphQLUnion<__S>>::mark::_::{closure#0}::MutuallyExclusive` for type `std::string::String`
0 commit comments