-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
Cannot compile with latest Rust due to struct shorthand error #197
Comments
eh came here to report the same from trying to build this
| |
I'm able to compile with rustc 1.19.0. What version of the compiler are you using? |
I encountered the same issue with rust 1.15.1 |
Struct field shorthands (RFC 1682) were stabilized in rustc 1.17.0. https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1170-2017-04-27 |
Odd, I just installed Rust yesterday using Figured this out, I had an older, native version of rust in my ubuntu install. Just need to fix up my path and I'm good to go. |
Rust releases frequently, and struct field shorthand was too good to pass up! |
Maybe add a minimum required rust version to the docs so engineers not working regularly with rust don't have to try to sort out which version they need? |
Now I just need to remember to update it. Was suggested in #197.
I added something to the README. |
still having a problem. last version of rust and still can't build unicode-bidi |
|
@boistordu I sorta don't believe the "last rust version" part, sure you haven't overlooked something? |
@hoodie I've used this for rust 'curl https://sh.rustup.rs -sSf | sh' so I don't know but I guess |
What happens when you run |
are you sure about this command? because it tells me command not found |
@ rust I've only $ rust |
$ rustc --version |
I encounter similar issue when using rust 1.15.1 I successfully build after executing On RHEL6. |
@kalashnikov you need at least rust 1.17 |
@hoodie Ah, that should be the reason in my condition. Thanks! |
The text was updated successfully, but these errors were encountered: