diff options
| author | bors <bors@rust-lang.org> | 2023-02-22 08:44:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-02-22 08:44:30 +0000 |
| commit | bd4a96a12d0bf6dc12edf20a45df3a33052c9d7d (patch) | |
| tree | ed3ba2827ca35cc6c3da1d26b1de65fc63799745 /src/tools | |
| parent | f9216b75646cde0c4c69ae00232778a47fc893d3 (diff) | |
| parent | decfb4d123651a0673db47542e18ca60d1c501ac (diff) | |
| download | rust-bd4a96a12d0bf6dc12edf20a45df3a33052c9d7d.tar.gz rust-bd4a96a12d0bf6dc12edf20a45df3a33052c9d7d.zip | |
Auto merge of #108300 - oli-obk:elsa, r=eholk
Use a lock-free datastructure for source_span follow up to the perf regression in https://github.com/rust-lang/rust/pull/105462 The main regression is likely the CStore, but let's evaluate the perf impact of this on its own
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 4c93f8a16b6..bddfdcfaf19 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -120,6 +120,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "dissimilar", "dlmalloc", "either", + "elsa", "ena", "expect-test", "fallible-iterator", // dependency of `thorin` |
