Closed
Description
Currently, this code relies on the fact that std uses specialization for cloning arrays. This is an implementation detail, and is not supported.
LibAFL/libafl_bolts/src/tuples.rs
Lines 23 to 54 in 0573bbb
In a future version of rust, this specialization might be removed, breaking this code. See rust-lang/rust#135634 and rust-lang/rust#132442
Maybe consider using the typeid crate instead.
Metadata
Metadata
Assignees
Labels
No labels