We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a517c commit 56068d5Copy full SHA for 56068d5
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 79207321ae4061e18ff71db755f42578132140fb
+refs/heads/master: 6c05214ef8c10ac7a4a1ce027d6910caaf204179
trunk/src/comp/driver/rustc.rs
@@ -61,6 +61,9 @@ options:
61
}
62
63
fn main(args: [str]) {
64
+ // Don't display log spew by default. Can override with RUST_LOG.
65
+ logging::console_off();
66
+
67
let args = args, binary = vec::shift(args);
68
69
if vec::len(args) == 0u { usage(binary); ret; }
0 commit comments