Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b0d947

Browse files
committedOct 23, 2023
Remove memoffset dependency from rustc_query_impl.
The comment explains it's for `unstable_offset_of`, but `offset_of` is now stable.
1 parent f53c8af commit 6b0d947

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4406,7 +4406,6 @@ version = "0.0.0"
44064406
dependencies = [
44074407
"field-offset",
44084408
"measureme",
4409-
"memoffset",
44104409
"rustc-rayon-core",
44114410
"rustc_data_structures",
44124411
"rustc_errors",

‎compiler/rustc_query_impl/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@ rustc_span = { path = "../rustc_span" }
2222
thin-vec = "0.2.12"
2323
tracing = "0.1"
2424

25-
# Not used directly, but included to enable the unstable_offset_of feature
26-
memoffset = { version = "0.9.0", features = ["unstable_offset_of"] }
27-
2825
[features]
2926
rustc_use_parallel_compiler = ["rustc-rayon-core", "rustc_query_system/rustc_use_parallel_compiler"]

0 commit comments

Comments
 (0)
Please sign in to comment.