graphql-rust / juniper

GraphQL server library for Rust
Other
5.72k stars 425 forks source link

fix: Three tests because of updated compiler(?) #1213

Closed audunhalland closed 1 year ago

audunhalland commented 1 year ago

In #1212 there are three test failures unrelated to the change. Unsure why they fail, but my guess is that a newer rustc has a change in error reporting.

audunhalland commented 1 year ago

Uhh, the result of test run here seems to be the opposite of the result in #1212 :confused:

tyranron commented 1 year ago

@audunhalland yeah, sorry. Compiler output is quite unstable even for stable Rust 🙃

Let's consider these changes in https://github.com/graphql-rust/juniper/pull/1212 then. No need for a separate PR here.