diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2024-03-20 20:29:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-20 20:29:47 -0400 |
| commit | f25397adc0a143d28bd6a3fd57e441ef213c65b1 (patch) | |
| tree | 48bcd85cce7f633d2f46e360f343ed1f1e0afe73 /compiler/rustc_codegen_llvm/src | |
| parent | afdbad80b1002ea6416d3bf1ba9847f3d48879e9 (diff) | |
| parent | c3cc6c199012094ab3017c07a67e9b37469ebf91 (diff) | |
| download | rust-f25397adc0a143d28bd6a3fd57e441ef213c65b1.tar.gz rust-f25397adc0a143d28bd6a3fd57e441ef213c65b1.zip | |
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
