weiznich / wundergraph

Apache License 2.0
214 stars 13 forks source link

build is broken #62

Closed toxeus closed 3 years ago

toxeus commented 3 years ago

It's currently not possible to build the project using Rust 1.49. Both master and 0.1.2 are broken.

image

weiznich commented 3 years ago

As the builded worked with 1.42 this is a rustc issue not a wundergraph issue. Could you open an issue there and report this as stable-to-stable regression?

toxeus commented 3 years ago

My part is concluded with reporting the issue here. You understand this project better and hence can also better argue about the supposed regression. Fact is that this crate doesn't build with latest rust which is a pity because I wanted to give it a try. Probably other people tried and failed too but without bothering to report the issue.

weiznich commented 3 years ago

The point is that this is not a issue with this project, but with rust itself. They promise stability, seems like they broke that promise here. I will probably open a issue for that if I find some time, but otherwise I likely wont fix that project as I believe that's the wrong way. I'm closing this issue now as this is really not a wundergraph issue.

weiznich commented 3 years ago

See https://github.com/rust-lang/rust/issues/80953 for further updates