-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
cargo install fails with Self
struct constructors are unstable
#113
Comments
In general I only guarantee that a given |
Comrak 0.5.1 has been released! This should build on everything back to 1.27. Here's a build with your tool versions: $ rustup override set 1.31.1
info: syncing channel updates for '1.31.1-x86_64-apple-darwin'
info: latest update on 2018-12-20, rust version 1.31.1 (b6c32da9b 2018-12-18)
info: downloading component 'rustc'
62.6 MiB / 62.6 MiB (100 %) 4.2 MiB/s ETA: 0 s
info: downloading component 'rust-std'
49.0 MiB / 49.0 MiB (100 %) 2.4 MiB/s ETA: 0 s
info: downloading component 'cargo'
info: downloading component 'rust-docs'
8.5 MiB / 8.5 MiB (100 %) 1.8 MiB/s ETA: 0 s
info: installing component 'rustc'
info: installing component 'rust-std'
info: installing component 'cargo'
info: installing component 'rust-docs'
info: override toolchain for '/Users/kivikakk/kivikakk/comrak' set to '1.31.1-x86_64-apple-darwin'
1.31.1-x86_64-apple-darwin installed - rustc 1.31.1 (b6c32da9b 2018-12-18)
$ cargo --version
cargo 1.31.0 (339d9f9c8 2018-11-16)
$ rustc --version
rustc 1.31.1 (b6c32da9b 2018-12-18)
$ cargo build
Compiling proc-macro2 v0.4.20
Compiling unicode-xid v0.1.0
Compiling ucd-trie v0.1.1
Compiling maplit v1.0.1
Compiling void v1.0.2
Compiling libc v0.2.42
Compiling ucd-util v0.1.1
Compiling unicode-width v0.1.5
Compiling regex v1.0.1
Compiling lazy_static v1.0.1
Compiling ansi_term v0.11.0
Compiling strsim v0.7.0
Compiling vec_map v0.8.1
Compiling bitflags v1.0.3
Compiling utf8-ranges v1.0.0
Compiling entities v1.0.1
Compiling unicode_categories v0.1.1
Compiling typed-arena v1.4.1
Compiling unreachable v1.0.0
Compiling textwrap v0.10.0
Compiling regex-syntax v0.6.1
Compiling pest v2.0.2
Compiling memchr v2.0.1
Compiling atty v0.2.10
Compiling thread_local v0.3.5
Compiling aho-corasick v0.6.5
Compiling twoway v0.1.8
Compiling clap v2.32.0
Compiling quote v0.6.9
Compiling pest_meta v2.0.3
Compiling syn v0.14.9
Compiling pest_generator v2.0.0
Compiling pest_derive v2.0.1
Compiling comrak v0.5.1 (/Users/kivikakk/kivikakk/comrak)
Finished dev [unoptimized + debuginfo] target(s) in 38.58s
$ |
Fantastic, thank you @kivikakk, I can confirm that 0.5.1 is working great! |
Awesome, glad to hear it! |
I've been happily using v0.4.0 since it came out (great project!) but when I try to build a more recent version (e.g. v0.4.1. or v0.5.0), cargo fails with an error:
The issue mentioned in the error message doesn't help me avoid this.
Detailed output from attempting to install v0.4.1 is below:
Detailed output from attempting to install v0.5.0 is below:
I am using the following versions on Alpine Linux edge:
The text was updated successfully, but these errors were encountered: