mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-10 03:36:45 +02:00
Print the exercise solution on check
This commit is contained in:
parent
50530fa3cf
commit
a3ada0eee8
@ -171,6 +171,7 @@ fn check_solutions(info_file: &InfoFile) -> Result<()> {
|
||||
continue;
|
||||
}
|
||||
|
||||
println!("Running the solution of {}", exercise_info.name);
|
||||
let success = exercise_info.run_solution(&mut output, &target_dir)?;
|
||||
if !success {
|
||||
io::stderr().write_all(&output)?;
|
||||
|
Loading…
Reference in New Issue
Block a user