Skip to content

Commit 15bd998

Browse files
frankmcsherrynikomatsakis
authored andcommitted
correct error message
1 parent 8df81fc commit 15bd998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/leapfrog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ mod filter_anti {
248248
}
249249
}
250250
fn propose(&mut self, _prefix: &Tuple, _values: &mut Vec<&'a Val2>) {
251-
panic!("FilterWith::propose(): variable apparently unbound.");
251+
panic!("FilterAnti::propose(): variable apparently unbound.");
252252
}
253253
fn intersect(&mut self, _prefix: &Tuple, _values: &mut Vec<&'a Val2>) {
254254
// Only here because we didn't return zero above, right?

0 commit comments

Comments
 (0)