syntax: Remove usage of fmt!
This commit is contained in:
@@ -892,7 +892,7 @@ mod test {
|
||||
let a_val = $a;
|
||||
let b_val = $b;
|
||||
if !(pred_val(a_val,b_val)) {
|
||||
fail!("expected args satisfying %s, got %? and %?",
|
||||
fail2!("expected args satisfying {}, got {:?} and {:?}",
|
||||
$predname, a_val, b_val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user