about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-07-29 20:19:53 +1000
committerGitHub <noreply@github.com>2025-07-29 20:19:53 +1000
commitf034a4fa14967ac36ceadbfd1ec80d098e1b8c7a (patch)
tree579162504f30b9d2af259296360ddb6351f1a9a2 /src/bootstrap
parent15ddf9c7b3d2bd8b00de08cfebcf47c00081db03 (diff)
parentdc33eb6c424a1325e53644517f78c3461591211d (diff)
downloadrust-f034a4fa14967ac36ceadbfd1ec80d098e1b8c7a.tar.gz
rust-f034a4fa14967ac36ceadbfd1ec80d098e1b8c7a.zip
Rollup merge of #144623 - RalfJung:miri, r=RalfJung
miri subtree update

Subtree update of `miri` to https://github.com/rust-lang/miri/commit/fc4d9a2720d38f815d3e20627b805b4a379e5c8b.

Created using https://github.com/rust-lang/josh-sync.

r? `@ghost`
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/utils/proc_macro_deps.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/proc_macro_deps.rs b/src/bootstrap/src/utils/proc_macro_deps.rs
index 21c7fc89d7d..777c8601aa1 100644
--- a/src/bootstrap/src/utils/proc_macro_deps.rs
+++ b/src/bootstrap/src/utils/proc_macro_deps.rs
@@ -3,6 +3,7 @@
 /// See <https://github.com/rust-lang/rust/issues/134863>
 pub static CRATES: &[&str] = &[
     // tidy-alphabetical-start
+    "allocator-api2",
     "annotate-snippets",
     "anstyle",
     "askama_parser",
@@ -16,13 +17,17 @@ pub static CRATES: &[&str] = &[
     "darling_core",
     "derive_builder_core",
     "digest",
+    "equivalent",
     "fluent-bundle",
     "fluent-langneg",
     "fluent-syntax",
     "fnv",
+    "foldhash",
     "generic-array",
+    "hashbrown",
     "heck",
     "ident_case",
+    "indexmap",
     "intl-memoizer",
     "intl_pluralrules",
     "libc",