Re: [zstd-sys 2.0.1+zstd.1.5.2] crate failing on arm64
- In reply to: Mark Millard : "Re: [zstd-sys 2.0.1+zstd.1.5.2] crate failing on arm64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Nov 2022 17:53:19 UTC
> On Nov 25, 2022, at 11:18, Mark Millard <marklmi@yahoo.com> wrote: > >> On Nov 25, 2022, at 8:16 AM, Nuno Teixeira <eduardo@freebsd.org> wrote: >> >> Ok, I'm a little lost... >> >> What you think about a short error message to send to upstream: >> --- >> error[E0554]: `#![feature]` may not be used on the stable release channel >> --> <anon>:1:12 >> | >> 1 | #![feature(windows_by_handle)] >> | ^^^^^^^^^^^^^^^^^ >> >> error[E0635]: unknown feature `windows_by_handle` >> --> <anon>:1:12 >> | >> 1 | #![feature(windows_by_handle)] >> | ^^^^^^^^^^^^^^^^^ >> >> error: aborting due to 2 previous errors >> >> Some errors have detailed explanations: E0554, E0635. >> For more information about an error, try `rustc --explain E0554`. >> --- >> with link to full log. >> >> Thanks > > I will not have access to an amd64 context for compare/contrast with until > next week. That might better identify things unique to aarch64. > > As stands, this is very exploratory for me. I’ve never programmed in rust. . . . Looks like you are getting advice now from someone that seems familiar with the type of context involved (Jan Beich). So my explorations likely would not add much. === Mark Millard marklmi at yahoo.com