-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
cargo clippy --workspace --all-targets --all-featureserror[E0433]: failed to resolve: could not find `selinux` in `uucore`
--> src/uu/id/src/id.rs:145:36
|
145 | selinux_supported: uucore::selinux::is_selinux_enabled(),
| ^^^^^^^ could not find `selinux` in `uucore`
error[E0433]: failed to resolve: could not find `smack` in `uucore`
--> src/uu/id/src/id.rs:198:27
|
198 | match uucore::smack::get_smack_label_for_self() {
| ^^^^^ could not find `smack` in `uucore`
error[E0425]: cannot find value `uumain` in crate `chcon`
--> target/debug/build/coreutils-dbc4be9239a5e04a/out/uutils_map.rs:152:27
|
152 | ("chcon", (chcon::uumain, chcon::uu_app)),
| ^^^^^^ not found in `chcon`
etc
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels