Feature request: Implement kani::Arbitrary
for Box<T>
#2403
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
T-User
Tag user issues / requests
Requested feature: Implement
kani::Arbitrary
forBox<T>
Use case: I'm experimenting with user code that defines a struct similar to:
If I attempt to
#[derive(kani::Arbitrary)]
on that struct, I get this error:Since
Box<T>
comes from Rust, the Kani library should implementArbitrary
for it (similar to #2224 / #2225).The text was updated successfully, but these errors were encountered: