We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const_heap
1 parent bdb4480 commit e630783Copy full SHA for e630783
src/skill_tree.md
@@ -1,6 +1,12 @@
1
# Skill tree for const eval features
2
3
```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
+
10
[[group]]
11
name = "mut_ref"
12
label = "mutable references in\nconst fn\nfeature:const_mut_refs"
@@ -30,7 +36,7 @@ items = []
30
36
31
37
name = "heap"
32
38
label = "heap allocations"
33
-requires = []
39
+requires = ["mut_ref", "cell_ref", "trait_impl"]
34
40
items = []
35
41
href = "https://github.com/rust-lang/const-eval/issues/20"
42
0 commit comments