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 toml_edit v0.22.24
error[E0308]: mismatched types
--> /Users/adrianibanez/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cap-primitives-3.4.2/src/rustix/fs/dir_utils.rs:126:40
|
126 | pub(crate) const fn target_o_path() -> OFlags {
| ------------- ^^^^^^ expected `OFlags`, found `()`
| |
| implicitly returns `()` as its body has no tail or `return` expression
error[E0599]: no associated item named `RSYNC` found for struct `OFlags` in the current scope
--> /Users/adrianibanez/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cap-primitives-3.4.2/src/rustix/fs/oflags.rs:34:27
|
34 | oflags |= OFlags::RSYNC;
| ^^^^^ associated item not found in `OFlags`
|
help: there is an associated constant `DSYNC` with a similar name
|
34 | oflags |= OFlags::DSYNC;
| ~~~~~
The text was updated successfully, but these errors were encountered:
trying to build a project depending on wasmtime-wasi v30.0.2 / rustix v0.38.44
cargo rustc -Zbuild-std --crate-type staticlib --target=aarch64-apple-visionos --features rustler/staticlib
toolchain: nightly-2025-01-01-aarch64-apple-darwin
rustc 1.85.0-nightly (d117b7f21 2024-12-31)
other platforms like ios / macos are fine
The text was updated successfully, but these errors were encountered: