mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
Fix driver dogfood bug
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ fn build_controller(&mut self, sess: &Session, matches: &getopts::Matches) -> dr
|
||||
|
||||
#[allow(print_stdout)]
|
||||
fn show_version() {
|
||||
println!("{}", env!("CARGO_PKG_VERSION"));
|
||||
println!(env!("CARGO_PKG_VERSION");
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
|
||||
Reference in New Issue
Block a user