-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grin_wallet compilation error - impl Trait
in return position is experimental (see issue #34511)
#1076
Comments
@Thireus you need 1.26, please run |
I know, but:
|
TL;DR of rust-lang/rustup#1410 is
There are nice features in 1.26 - aka latest stable - mentioned as OK to use before ARM rustc troubles were known. Solution seem to be to wait for 1.27, then hardcode rustc to 1.27 and hope everything works everywhere. Then do some testing each time we want to raise rustc version. I.e. more work. I think this would be a great topic to debate today at 22.00 UTC in https://gitter.im/grin_community/dev |
I'd also test |
Rust 1.26 is 14 days old and hasn't even hit the bleeding edge branch of my distro[1]. rustup might work for individual installations but doesn't for packaging. As a general rule, I would welcome a softer requirement on being up-to-date. [1] NixOS/nixpkgs#40356 was opened around 24h after 1.26 was released, so my distro isn't really slacking on this. |
We'll definitely soften that requirement when we get closer to release, and as you mention, packaging. But at this stage aggressive update is actually good. |
For reference:
The text was updated successfully, but these errors were encountered: