Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 60750ca

Browse files
committed
tempfile dep bump fallout
1 parent afa6d67 commit 60750ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎compiler/rustc_data_structures/src/temp_dir.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl Drop for MaybeTempDir {
1717
// occur.
1818
let dir = unsafe { ManuallyDrop::take(&mut self.dir) };
1919
if self.keep {
20-
let _ = dir.into_path();
20+
let _ = dir.keep();
2121
}
2222
}
2323
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /