We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
memoffset
rustc_query_impl
1 parent ec2b311 commit 28e60deCopy full SHA for 28e60de
Cargo.lock
@@ -4412,7 +4412,6 @@ version = "0.0.0"
4412
dependencies = [
4413
"field-offset",
4414
"measureme",
4415
- "memoffset",
4416
"rustc-rayon-core",
4417
"rustc_data_structures",
4418
"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