diff --git a/build.rs b/build.rs index 7918c624..6295c2bb 100644 --- a/build.rs +++ b/build.rs @@ -125,7 +125,8 @@ fn main() { // check that the kernel file exists assert!( kernel.exists(), - format!("KERNEL does not exist: {}", kernel.display()) + "KERNEL does not exist: {}", + kernel.display() ); // get access to llvm tools shipped in the llvm-tools-preview rustup component