Commit d58e9cc
authored
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.File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments