We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12cb62 commit 5aae69dCopy full SHA for 5aae69d
1 file changed
doc/src/challenges/0025-vecdeque.md
@@ -1,17 +1,17 @@
1
# Challenge 25: Verify the safety of `VecDeque` functions
2
3
- **Status:** Open
4
-- **Tracking Issue:** [#29](https://github.com/model-checking/verify-rust-std/issues/29)
+- **Tracking Issue:** [#286](https://github.com/model-checking/verify-rust-std/issues/286)
5
- **Start date:** *2025-03-07*
6
- **End date:** *2025-10-17*
7
-- **Reward:** *?*
+- **Reward:** *5000 USD*
8
9
-------------------
10
11
12
## Goal
13
14
-Verify the safety of [`VecDeque`] functions in (library/alloc/src/collections/vec_deque/mod.rs).
+Verify the safety of `VecDeque` functions in (library/alloc/src/collections/vec_deque/mod.rs).
15
16
17
### Success Criteria
0 commit comments