Skip to content

Commit e630783

Browse files
committed
Add now-known dependencies to const_heap
1 parent bdb4480 commit e630783

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/skill_tree.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Skill tree for const eval features
22

33
```skill-tree
4+
[[group]]
5+
name = "cell_ref"
6+
label = "references to interior mutability\nfeature:const_cell_refs"
7+
href = "https://github.com/rust-lang/rust/issues/79703"
8+
items = []
9+
410
[[group]]
511
name = "mut_ref"
612
label = "mutable references in\nconst fn\nfeature:const_mut_refs"
@@ -30,7 +36,7 @@ items = []
3036
[[group]]
3137
name = "heap"
3238
label = "heap allocations"
33-
requires = []
39+
requires = ["mut_ref", "cell_ref", "trait_impl"]
3440
items = []
3541
href = "https://github.com/rust-lang/const-eval/issues/20"
3642

0 commit comments

Comments
 (0)