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.
2 parents bef70d5 + 339be84 commit a10e87cCopy full SHA for a10e87c
src/librustdoc/doctest.rs
@@ -409,9 +409,7 @@ pub(crate) fn run_tests(
409
// We ensure temp dir destructor is called.
410
std::mem::drop(temp_dir);
411
times.display_times();
412
- // FIXME(GuillaumeGomez): Uncomment the next line once #144297 has been merged.
413
- // std::process::exit(test::ERROR_EXIT_CODE);
414
- std::process::exit(101);
+ std::process::exit(test::ERROR_EXIT_CODE);
415
}
416
417
0 commit comments