We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7028d93 commit b155c37Copy full SHA for b155c37
Cargo.lock
@@ -3466,6 +3466,7 @@ dependencies = [
3466
"rustc_target",
3467
"rustc_trait_selection",
3468
"rustc_type_ir",
3469
+ "serde",
3470
"serde_json",
3471
"smallvec",
3472
"tempfile",
compiler/rustc_codegen_ssa/Cargo.toml
@@ -37,6 +37,7 @@ rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
37
rustc_target = { path = "../rustc_target" }
38
rustc_trait_selection = { path = "../rustc_trait_selection" }
39
rustc_type_ir = { path = "../rustc_type_ir" }
40
+serde = { version = "1.0", features = ["derive"] }
41
serde_json = "1.0.59"
42
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
43
tempfile = "3.2"
0 commit comments