You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/aya-obj/src/programs
Tamir Duberstein 33a0a2b604
aya: flip feature "no_std" to feature "std"
This fixes `cargo build --all-features` by sidestepping the feature
unification problem described in The Cargo Book[0].

Add `cargo hack --feature-powerset` to CI to enforce that this doesn't
regress (and that all combinations of features work).

Since error_in_core is nightly-only, use core-error and a fake std
module to allow aya-obj to build without std on stable.

[0] https://doc.rust-lang.org/cargo/reference/features.html#feature-unification
2 years ago
..
cgroup_sock.rs aya: flip feature "no_std" to feature "std" 2 years ago
cgroup_sock_addr.rs aya: flip feature "no_std" to feature "std" 2 years ago
cgroup_sockopt.rs aya: flip feature "no_std" to feature "std" 2 years ago
mod.rs aya-obj: migrate aya::obj into a separate crate 2 years ago