async-graphql: Unable to compile

Can be compiled.

cd async-graphql
cargo build --all

Could not compile.

cd async-graphql/async-graphql-derive
cargo build

I don’t know what makes this different.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 19 (5 by maintainers)

Most upvoted comments

Do you want me to commit?

@nicolaiunrein tests are fixed now

If you put this in Cargo.toml it works syn = { version = "1.0.20", features = ["full", "extra-traits"] }