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.
1 parent 587b407 commit bcffb34Copy full SHA for bcffb34
src/skill_tree.md
@@ -3,13 +3,13 @@
3
```skill-tree
4
[[group]]
5
name = "mut_ref"
6
-label = "mutable references"
+label = "mutable references in\nconst fn"
7
href = "https://github.com/rust-lang/rust/issues/57349"
8
items = []
9
10
11
name = "const_mut_ref"
12
-label = "constants with mutable\nreferences in their final value"
+label = "mutable references in\ninitializers of const items"
13
href = "https://github.com/rust-lang/rust/issues/71212"
14
requires = ["mut_ref"]
15
0 commit comments