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 f53c8af commit 6b0d947Copy full SHA for 6b0d947
Cargo.lock
@@ -4406,7 +4406,6 @@ version = "0.0.0"
4406
dependencies = [
4407
"field-offset",
4408
"measureme",
4409
- "memoffset",
4410
"rustc-rayon-core",
4411
"rustc_data_structures",
4412
"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