782eccba47
- replace `proc-macro-error` crate with simplified `common::diagnostic::pollyfill` - migrate `juniper_codegen_tests` to stable Rust Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
9 lines
312 B
Text
9 lines
312 B
Text
error: GraphQL interface trait method can't have default implementation
|
|
· note: https://spec.graphql.org/October2021#sec-Interfaces
|
|
--> fail/interface/trait/method_default_impl.rs:5:26
|
|
|
|
|
5 | fn id(&self) -> &str {
|
|
| __________________________^
|
|
6 | | "default"
|
|
7 | | }
|
|
| |_____^
|