AFLplusplus / AFLplusplus/LibAFL
`tuple_list_ex` does not build with `--no-default-features --all-targets`
Open
bug
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 481
- Avg merge
- 2d 30m
- Merged PRs (30d)
- 16
Description
On c88849bb833c9e6ed8ece0a04b983e6be1500b24,
```
cd crates/tuple_list_ex
cargo check --no-default-features --all-targets
error[E0412]: cannot find type `OwnedMutSlice` in this scope
--> crates/tuple_list_ex/src/lib.rs:1130:39
|
1130 | type OwnedMutSliceAlias<'a> = OwnedMutSlice<'a, u8>;
| ^^^^^^^^^^^^^ not found in this scope
```
**Expected behavior**
It compiles
Contributor guide
Assessment
This issue has not been assessed yet.