Update to the rustfmt in rust 1.31, which is now stable.
This commit is contained in:
@@ -30,14 +30,16 @@ pub fn pretty_verifier_error<'a>(
|
||||
&mut w,
|
||||
func,
|
||||
isa,
|
||||
).unwrap();
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
writeln!(
|
||||
w,
|
||||
"\n; {} verifier error{} detected (see above). Compilation aborted.",
|
||||
num_errors,
|
||||
if num_errors == 1 { "" } else { "s" }
|
||||
).unwrap();
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
w
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user