Skip to content

Commit a9cfdf4

Browse files
fix issue link, reward
1 parent d12ddd7 commit a9cfdf4

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

doc/src/challenges/0017-slice.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Challenge 17: Verify the safety of `slice` functions
22

33
- **Status:** Open
4-
- **Tracking Issue:** [#29](https://github.com/model-checking/verify-rust-std/issues/29)
4+
- **Tracking Issue:** [#281](https://github.com/model-checking/verify-rust-std/issues/281)
55
- **Start date:** *2025-03-07*
66
- **End date:** *2025-10-17*
7-
- **Reward:** *?*
7+
- **Reward:** *5000 USD*
88

99
-------------------
1010

1111

1212
## Goal
1313

14-
Verify the safety of [`std::slice`] functions in (library/core/src/slice/mod.rs).
14+
Verify the safety of `std::slice` functions in (library/core/src/slice/mod.rs).
1515

1616

1717
### Success Criteria

doc/src/challenges/0018-slice-iter-pt1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Challenge 18: Verify the safety of `slice` iter functions - part 1
22

33
- **Status:** Open
4-
- **Tracking Issue:** [#29](https://github.com/model-checking/verify-rust-std/issues/29)
4+
- **Tracking Issue:** [#282](https://github.com/model-checking/verify-rust-std/issues/282)
55
- **Start date:** *2025-03-07*
66
- **End date:** *2025-10-17*
7-
- **Reward:** *?*
7+
- **Reward:** *5000 USD*
88

99
-------------------
1010

1111

1212
## Goal
1313

14-
Verify the safety of Iterator functions of [`std::slice`] generated by `iterator!` and `forward_iterator!` macros that are defined in (library/core/src/slice/iter/macros.rs):
15-
to generate impl for `Iter`, `IterMut`, `SplitN`, `SplitNMut`, `RSplitN`, `RSplitNMut` in (library/core/src/slice/iter.rs):
14+
Verify the safety of Iterator functions of `std::slice` generated by `iterator!` and `forward_iterator!` macros that are defined in (library/core/src/slice/iter/macros.rs):
15+
to generate impl for Iter, IterMut, SplitN, SplitNMut, RSplitN, RSplitNMut in (library/core/src/slice/iter.rs):
1616

1717
```
1818
iterator! {struct Iter -> *const T, &'a T, const, {/* no mut */}, as_ref, {

doc/src/challenges/0019-slice-iter-pt2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Challenge 19: Verify the safety of `slice` iter functions - part 2
22

33
- **Status:** Open
4-
- **Tracking Issue:** [#29](https://github.com/model-checking/verify-rust-std/issues/29)
4+
- **Tracking Issue:** [#283](https://github.com/model-checking/verify-rust-std/issues/283)
55
- **Start date:** *2025-03-07*
66
- **End date:** *2025-10-17*
7-
- **Reward:** *?*
7+
- **Reward:** *5000 USD*
88

99
-------------------
1010

1111

1212
## Goal
1313

14-
Verify the safety of Iterator functions of [`std::slice`] that are defined in (library/core/src/slice/iter.rs):
14+
Verify the safety of Iterator functions of `std::slice` that are defined in (library/core/src/slice/iter.rs):
1515

1616

1717

0 commit comments

Comments
 (0)