AFLplusplus / AFLplusplus/LibAFL
`tuple_list_ex` does not build with `--no-default-features --all-targets`
Abierto
bug
- Lenguaje dominante
- Rust
- Estrellas
- 2.6k
- Forks
- 481
- Merge medio
- 2 d 30 min
- PR fusionados (30 d)
- 16
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.