Remove memoffset
dependency from rustc_query_impl
.
The comment explains it's for `unstable_offset_of`, but `offset_of` is now stable.
This commit is contained in:
parent
ec2b311914
commit
28e60de487
@ -4412,7 +4412,6 @@ version = "0.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"field-offset",
|
"field-offset",
|
||||||
"measureme",
|
"measureme",
|
||||||
"memoffset",
|
|
||||||
"rustc-rayon-core",
|
"rustc-rayon-core",
|
||||||
"rustc_data_structures",
|
"rustc_data_structures",
|
||||||
"rustc_errors",
|
"rustc_errors",
|
||||||
|
@ -22,8 +22,5 @@ rustc_span = { path = "../rustc_span" }
|
|||||||
thin-vec = "0.2.12"
|
thin-vec = "0.2.12"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
||||||
# Not used directly, but included to enable the unstable_offset_of feature
|
|
||||||
memoffset = { version = "0.9.0", features = ["unstable_offset_of"] }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
rustc_use_parallel_compiler = ["rustc-rayon-core", "rustc_query_system/rustc_use_parallel_compiler"]
|
rustc_use_parallel_compiler = ["rustc-rayon-core", "rustc_query_system/rustc_use_parallel_compiler"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user