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.
memoffset
rustc_query_impl
1 parent 6261a03 commit af7ddfbCopy full SHA for af7ddfb
Cargo.lock
@@ -4413,7 +4413,6 @@ version = "0.0.0"
4413
dependencies = [
4414
"field-offset",
4415
"measureme",
4416
- "memoffset",
4417
"rustc-rayon-core",
4418
"rustc_data_structures",
4419
"rustc_errors",
compiler/rustc_query_impl/Cargo.toml
@@ -22,8 +22,5 @@ rustc_span = { path = "../rustc_span" }
22
thin-vec = "0.2.12"
23
tracing = "0.1"
24
25
-# Not used directly, but included to enable the unstable_offset_of feature
26
-memoffset = { version = "0.9.0", features = ["unstable_offset_of"] }
27
-
28
[features]
29
rustc_use_parallel_compiler = ["rustc-rayon-core", "rustc_query_system/rustc_use_parallel_compiler"]
0 commit comments