We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c48cf commit 7eddee6Copy full SHA for 7eddee6
src/main.rs
@@ -55,6 +55,7 @@ fn main() {
55
"{} must be run from the rustlings directory",
56
std::env::current_exe().unwrap().to_str().unwrap()
57
);
58
+ println!("Try `cd rustlings/`!");
59
std::process::exit(1);
60
}
61
0 commit comments