We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa6d67 commit 60750caCopy full SHA for 60750ca
compiler/rustc_data_structures/src/temp_dir.rs
@@ -17,7 +17,7 @@ impl Drop for MaybeTempDir {
17
// occur.
18
let dir = unsafe { ManuallyDrop::take(&mut self.dir) };
19
if self.keep {
20
- let _ = dir.into_path();
+ let _ = dir.keep();
21
}
22
23
0 commit comments