about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-05-12 08:27:14 +0000
committerGitHub <noreply@github.com>2025-05-12 08:27:14 +0000
commit48337da4a178e7140d97640819a99bb88e75cd6e (patch)
treeec7dfd445b24399da45c98533c0773b901b21caf /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent7f6d507bba4ed88e996b84b642e661a9672440a4 (diff)
parent8f5dc85f37fb1dc1830e11f387c6eed6b4713c23 (diff)
downloadrust-48337da4a178e7140d97640819a99bb88e75cd6e.tar.gz
rust-48337da4a178e7140d97640819a99bb88e75cd6e.zip
Use `tempfile::TempDir::keep()` instead of deprecated `into_path()` (#14784)
`tempfile` has deprecated `TempDir::into_path()` (replacing it by
`TempDir::keep()` between version `3.3` which Clippy required and
version `3.20` which is the latest semver-compatible version. Since
Clippy doesn't use a `Cargo.lock` file, the latest version of `tempfile`
is used which leads to CI failure.

changelog: none

r? @flip1995
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions