about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-01-15 00:04:09 +0000
committerbors <bors@rust-lang.org>2024-01-15 00:04:09 +0000
commit9567c3ee73e78e5395a0d4aafce915cb7d7e883f (patch)
tree743770c5c50dae5d1dc3eeccf366845feabe0dba /src
parent30dfb9e046aeb878db04332c74de76e52fb7db10 (diff)
parentdb36304102fd86305b0319d5a3d8f440aa4b139d (diff)
downloadrust-9567c3ee73e78e5395a0d4aafce915cb7d7e883f.tar.gz
rust-9567c3ee73e78e5395a0d4aafce915cb7d7e883f.zip
Auto merge of #119581 - Nadrieril:detangle-arena, r=compiler-errors
Exhaustiveness: remove the need for arena-allocation within the algorithm

After https://github.com/rust-lang/rust/pull/119688, exhaustiveness checking doesn't need access to the arena anymore. This simplifies the lifetime story and makes it compile on stable without the extra dependency.

r? `@compiler-errors`
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index c198c116282..b03811e5efd 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -359,7 +359,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     "tracing-tree",
     "twox-hash",
     "type-map",
-    "typed-arena",
     "typenum",
     "unic-langid",
     "unic-langid-impl",