Skip to content

Commit d4fd617

Browse files
authored
Merge pull request #52 from RalfJung/skills
Link to skill tree and fix some nodes
2 parents af332ac + 5371e4d commit d4fd617

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ which sort of is a virtual machine using `MIR` as "bytecode".
2020

2121
## Table of Contents
2222

23-
* [Unstable Feature Skill Tree](skill-tree.md)
23+
* [Unstable Feature Skill Tree](https://rust-lang.github.io/const-eval/)
2424
* [Const Safety](const_safety.md)
2525
* [Static and dynamic checks](const_checks.md)
2626
* The three "kinds" of compile-time evaluated data:

skill-tree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/skill_tree.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ href = "https://github.com/rust-lang/const-eval/issues/14"
8484
8585
[[group]]
8686
name = "offset_of"
87-
label = "offset_of\nfeature:const_ptr_offset"
88-
href = "https://github.com/rust-lang/rust/issues/71499"
87+
label = "offset_of"
8988
items = []
9089
requires = [
9190
"unconst_rules:raw_ptr_deref",
@@ -94,6 +93,12 @@ requires = [
9493
"offset_from",
9594
]
9695
96+
[[group]]
97+
name = "offset"
98+
label = "offset\nfeature:const_ptr_offset"
99+
href = "https://github.com/rust-lang/rust/issues/71499"
100+
requires = ["unconst_rules"]
101+
97102
[[group]]
98103
name = "offset_from"
99104
label = "offset_from\nfeature:ptr_offset_from"
@@ -137,7 +142,7 @@ items = []
137142
name = "const_fn_in_patterns"
138143
label = "const fn callable in patterns"
139144
href = "https://github.com/rust-lang/rust/issues/57240"
140-
requires = ["rfc:2920"]
145+
requires = ["const-blocks"]
141146
items = []
142147
143148
[[group]]
@@ -179,10 +184,9 @@ href = "https://github.com/rust-lang/rust/issues/74925"
179184
items = []
180185
181186
[[group]]
182-
name = "rfc"
183-
items = [
184-
{ label = "const blocks", port = "2920", href = "https://github.com/rust-lang/rfcs/pull/2920" },
185-
]
187+
name = "const-blocks"
188+
label = "const blocks"
189+
href = "https://github.com/rust-lang/rfcs/pull/2920"
186190
187191
[[group]]
188192
label = "panic! with formatting"

0 commit comments

Comments
 (0)