You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling a project for the i686-unknown-hurd-gnu target using rustc 1.85.0-nightly (a475551 2024-11-22) results in the following compilation error:
error[E0609]: no field `st_fsid` on type `&stat64`
--> /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/hurd/fs.rs:301:36
|
301 | self.as_inner().as_inner().st_fsid as u64
| ^^^^^^^ unknown field
|
help: a field with a similar name exists
|
301 | self.as_inner().as_inner().st_uid as u64
|
We previously had a similar issue (see #123032). Maybe it's worth to add a CI check for this target as was discussed in it?
The text was updated successfully, but these errors were encountered:
saethlin
added
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Nov 24, 2024
Compiling a project for the
i686-unknown-hurd-gnu
target using rustc 1.85.0-nightly (a475551 2024-11-22) results in the following compilation error:We previously had a similar issue (see #123032). Maybe it's worth to add a CI check for this target as was discussed in it?
The text was updated successfully, but these errors were encountered: