We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6dbfe commit d34f1cbCopy full SHA for d34f1cb
1 file changed
doc/src/challenges/0022-str-iter.md
@@ -22,7 +22,7 @@ Verify the safety of [`std::str`] functions that are defined in (library/core/sr
22
23
### Success Criteria
24
25
-Write and prove the contract for the safety of the following functions:
+Prove the safety of the following safe functions that contain unsafe code:
26
27
28
| Function | Impl for |
@@ -43,6 +43,8 @@ Write and prove the contract for the safety of the following functions:
43
|next_back| MatchesInternal|
44
|remainder| SplitAsciiWhitespace|
45
46
+Write and prove the contract for this unsafe function: __iterator_get_unchecked
47
+
48
The verification must be unbounded---it must hold for str of arbitrary length.
49
50
0 commit comments