Skip to content

Commit 91b85f6

Browse files
Rollup merge of rust-lang#156513 - RalfJung:miri, r=RalfJung
miri subtree update Unblocks rust-lang#156493. --- Subtree update of `miri` to rust-lang/miri@f273082. Created using https://github.com/rust-lang/josh-sync. r? @ghost
2 parents 9f1929d + d2803c5 commit 91b85f6

39 files changed

Lines changed: 2121 additions & 876 deletions

Cargo.lock

Lines changed: 259 additions & 22 deletions
Large diffs are not rendered by default.

src/bootstrap/src/utils/proc_macro_deps.rs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
/// See <https://github.com/rust-lang/rust/issues/134863>
44
pub static CRATES: &[&str] = &[
55
// tidy-alphabetical-start
6+
"allocator-api2",
7+
"anyhow",
68
"askama_derive",
79
"askama_parser",
810
"basic-toml",
11+
"bitflags",
912
"block-buffer",
1013
"bumpalo",
1114
"cfg-if",
@@ -25,24 +28,32 @@ pub static CRATES: &[&str] = &[
2528
"glob",
2629
"hashbrown",
2730
"heck",
31+
"id-arena",
2832
"ident_case",
2933
"indexmap",
3034
"intl-memoizer",
3135
"intl_pluralrules",
36+
"itoa",
37+
"leb128fmt",
3238
"libc",
39+
"log",
3340
"memchr",
3441
"minimal-lexical",
3542
"nom",
3643
"pest",
3744
"pest_generator",
3845
"pest_meta",
46+
"prettyplease",
3947
"proc-macro2",
4048
"quote",
4149
"rustc-hash",
50+
"ryu",
4251
"self_cell",
52+
"semver",
4353
"serde",
4454
"serde_core",
4555
"serde_derive_internals",
56+
"serde_json",
4657
"sha2",
4758
"smallvec",
4859
"stable_deref_trait",
@@ -58,10 +69,18 @@ pub static CRATES: &[&str] = &[
5869
"unic-langid-impl",
5970
"unic-langid-macros",
6071
"unicode-ident",
72+
"unicode-xid",
6173
"version_check",
6274
"wasm-bindgen-macro-support",
6375
"wasm-bindgen-shared",
76+
"wasm-encoder",
77+
"wasm-metadata",
78+
"wasmparser",
6479
"winnow",
80+
"wit-bindgen-core",
81+
"wit-bindgen-rust",
82+
"wit-component",
83+
"wit-parser",
6584
"yoke",
6685
"zerofrom",
6786
"zerovec",

0 commit comments

Comments
 (0)