]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/driver/driver.rs
auto merge of #8745 : brson/rust/metadata, r=cmr
[rust.git] / src / librustc / driver / driver.rs
index e0c5a729b3f88116804e629eb3c7df6b9d890cdc..1771a11adef139ed23cdeb366b9fff87b76a7e88 100644 (file)
@@ -763,7 +763,7 @@ fn set_llvm_debug() {
         parse_only: parse_only,
         no_trans: no_trans,
         debugging_opts: debugging_opts,
-        android_cross_path: android_cross_path
+        android_cross_path: android_cross_path,
     };
     return sopts;
 }