AFLplusplus / AFLplusplus/LibAFL

`tuple_list_ex` does not build with `--no-default-features --all-targets`

Open
#3,697 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.