Skip to content

Commit

Permalink
fix after #61
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurel300 committed Oct 10, 2024
1 parent 2a898ec commit fc23fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prusti-encoder/src/encoders/mir_pure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ mod rev_doms {
type Node = mir::BasicBlock;

fn num_nodes(&self) -> usize {
self.1.len()
self.0.len() + 1
}
}
impl StartNode for RevBasicBlocks<'_, '_> {
Expand Down

0 comments on commit fc23fce

Please sign in to comment.