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 serde_cbor v0.11.2
error[E0599]: no method named difference found for struct backend::fs::types::AtFlags in the current scope
--> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.37.14/src/backend/linux_raw/fs/syscalls.rs:1396:10
|
1396 | .difference(AtFlags::EACCESS | AtFlags::SYMLINK_NOFOLLOW)
| ^^^^^^^^^^ method not found in backend::fs::types::AtFlags
|
::: /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.37.14/src/backend/linux_raw/fs/types.rs:23:1
|
23 | / bitflags! {
24 | | /// AT_* constants for use with [openat], [statat], and other *at
25 | | /// functions.
26 | | ///
... |
53 | | }
54 | | }
| |_- method difference not found for this struct
For more information about this error, try rustc --explain E0599.
error: could not compile rustix due to previous error
warning: build failed, waiting for other jobs to finish...
=(
The text was updated successfully, but these errors were encountered:
Ubuntu 20.04.5 LTS
i run - "cargo bench" get -
Compiling serde_cbor v0.11.2
error[E0599]: no method named
difference
found for structbackend::fs::types::AtFlags
in the current scope--> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.37.14/src/backend/linux_raw/fs/syscalls.rs:1396:10
|
1396 | .difference(AtFlags::EACCESS | AtFlags::SYMLINK_NOFOLLOW)
| ^^^^^^^^^^ method not found in
backend::fs::types::AtFlags
|
::: /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.37.14/src/backend/linux_raw/fs/types.rs:23:1
|
23 | / bitflags! {
24 | | ///
AT_*
constants for use with [openat
], [statat
], and other*at
25 | | /// functions.
26 | | ///
... |
53 | | }
54 | | }
| |_- method
difference
not found for this structFor more information about this error, try
rustc --explain E0599
.error: could not compile
rustix
due to previous errorwarning: build failed, waiting for other jobs to finish...
=(
The text was updated successfully, but these errors were encountered: