We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269b0df commit d6712f9Copy full SHA for d6712f9
jingle/src/analysis/cpa/mod.rs
@@ -52,7 +52,7 @@ where
52
///
53
/// Returns an iterator over abstract states reached from the initial abstract state.
54
fn run_cpa<I: Borrow<Self::State>, P: PcodeStore>(
55
- &mut self,
+ &self,
56
initial: I,
57
pcode_store: &P,
58
) -> <<Self as ConfigurableProgramAnalysis>::Reducer as Residue<Self::State>>::Output {
jingle/src/analysis/mod.rs
@@ -34,7 +34,7 @@ where
34
/// to `make_output` for any post-processing. Types can override this to provide
35
/// custom run behavior.
36
fn run<T: PcodeStore, I: IntoState<Self>>(
37
38
store: T,
39
initial_state: I,
40
) -> <Self::Reducer as Residue<Self::State>>::Output {
0 commit comments