Auto merge of #28985 - ahmedcharles:driver, r=nrc

This commit is contained in:
bors 2015-10-12 08:11:40 +00:00
commit 843e528fd0

View File

@ -17,4 +17,6 @@ extern crate rustdoc as this;
#[cfg(rustc)]
extern crate rustc_driver as this;
fn main() { this::main() }
fn main() {
this::main()
}