]> git.lizzy.rs Git - rust.git/blobdiff - src/librustpkg/path_util.rs
fix fmt! usage
[rust.git] / src / librustpkg / path_util.rs
index ed5b1118a9c7c7d90426406f86bf3639274a9b15..700dbea8182d2e4a0b9fb307232f9779e630e61e 100644 (file)
@@ -400,7 +400,7 @@ pub fn mk_output_path(what: OutputType, where: Target,
                                Test => "test",
                                Bench => "bench",
                                _     => ""
-                           }
+                           },
                            os::EXE_SUFFIX))
     };
     if !output_path.is_absolute() {