add a slightly more helpful error message

pull/154/head
liv 5 years ago
parent f2c48cfac5
commit 7eddee6f7a

@ -55,6 +55,7 @@ fn main() {
"{} must be run from the rustlings directory",
std::env::current_exe().unwrap().to_str().unwrap()
);
println!("Try `cd rustlings/`!");
std::process::exit(1);
}

Loading…
Cancel
Save