diff --git a/libafl/src/fuzzer/mod.rs b/libafl/src/fuzzer/mod.rs index 1c2a5a411c..050ae1e339 100644 --- a/libafl/src/fuzzer/mod.rs +++ b/libafl/src/fuzzer/mod.rs @@ -151,6 +151,7 @@ where I: Input, EM: ProgressReporter, S: HasExecutions + HasClientPerfMonitor + HasMetadata, + ST: ?Sized, { /// Fuzz for a single iteration. /// Returns the index of the last fuzzed corpus item. @@ -521,7 +522,7 @@ where I: Input, S: HasClientPerfMonitor + HasExecutions + HasMetadata, OF: Feedback, - ST: StagesTuple, + ST: StagesTuple + ?Sized, { fn fuzz_one( &mut self,