Auto merge of #28985 - ahmedcharles:driver, r=nrc
This commit is contained in:
commit
843e528fd0
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user