rust/src/tools/compiletest
Jacob Pratt f25397adc0
Rollup merge of #122786 - Enselic:remove_and_create_dir_all, r=onur-ozkan
compiletest: Introduce `remove_and_create_dir_all()` helper

The code

    let _ = fs::remove_dir_all(&dir);
    create_dir_all(&dir).unwrap();

is duplicated in 7 places. Let's introduce a helper.
2024-03-20 20:29:47 -04:00
..
src Rollup merge of #122786 - Enselic:remove_and_create_dir_all, r=onur-ozkan 2024-03-20 20:29:47 -04:00
Cargo.toml On tests that specify --color=always emit SVG file with stderr output 2024-03-02 22:47:17 +00:00