Auto merge of #28985 - ahmedcharles:driver, r=nrc
This commit is contained in:
commit
843e528fd0
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue