Skip to content

Commit 587b407

Browse files
committed
Offset from is a prerequisite for offset_of
1 parent 3475faf commit 587b407

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/skill_tree.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,20 @@ href = "https://github.com/rust-lang/const-eval/issues/14"
8585
[[group]]
8686
name = "offset_of"
8787
label = "offset_of"
88-
items = [
89-
{ label = "offset_from", href = "https://github.com/rust-lang/rust/issues/41079", port = "offset_from" },
90-
]
9188
href = "https://github.com/rust-lang/rust/issues/71499"
9289
requires = [
9390
"unconst_rules:raw_ptr_deref",
9491
"raw_ref_macros",
9592
"maybe_uninit_as_ptr",
93+
"offset_from",
9694
]
9795
96+
[[group]]
97+
name = "offset_from"
98+
label = "offset_from"
99+
href = "https://github.com/rust-lang/rust/issues/41079"
100+
items = []
101+
98102
[[group]]
99103
name = "raw_ref_macros"
100104
label = "raw_ref maros"

0 commit comments

Comments
 (0)