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 6ec68c9 commit c38c915Copy full SHA for c38c915
src/skill-tree.toml
@@ -40,7 +40,7 @@ items = []
40
[[group]]
41
name = "for"
42
label = "for loops"
43
-requires = ["trait_impl", "mut_ref"]
+requires = ["iterators", "mut_ref"]
44
items = []
45
46
@@ -59,6 +59,7 @@ items = []
59
name = "ptr-is-null"
60
label = "<*T>::is_null"
61
requires = ["fuzzy-ptr-comparisons"]
62
+href = "https://github.com/rust-lang/rust/issues/74939"
63
64
65
@@ -80,6 +81,7 @@ href = "https://github.com/rust-lang/const-eval/issues/14"
80
81
name = "question_mark"
82
label = "using ? in const"
83
requires = ["trait_impl"]
84
+href = "https://github.com/rust-lang/rust/issues/74935"
85
86
87
0 commit comments