Cargo Features
Dacquiri-derive has no features set by default.
[dependencies]
dacquiri_derive = { version = "0.5.1", features = ["unstable_policy_inheritance", "unstable_entity_proof_inheritance"] }
- unstable_policy_inheritance
-
Enables resolving
ConstraintChain<_, _, _, POLICY_MARKER> => POLICY_MARKER
-- highly unstable - unstable_entity_proof_inheritance
-
Enables resolving
EntityProof<_, _, MARKER_TRAIT>
=>MARKER_TRAIT
This broke sometime between nightly-2023-01-01 and nightly-2023-04-20 :(