Skip to content

Commit 928c07e

Browse files
authored
Remove non-endorsement note (#227)
We now have the foundation's endorsement for this work. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent b0fdecf commit 928c07e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The goal is to have a verified [Rust standard library](https://doc.rust-lang.org
1515
2. Creating new techniques to perform scalable verification
1616
3. Apply techniques to verify previously unverified parts of the standard library.
1717

18-
For that we are launching a contest that includes a series of challenges that focus on verifying
18+
For that we are launching a [contest supported by the Rust Foundation](https://foundation.rust-lang.org/news/rust-foundation-collaborates-with-aws-initiative-to-verify-rust-standard-libraries/)
19+
that includes a series of challenges that focus on verifying
1920
memory safety and a subset of undefined behaviors in the Rust standard library.
2021
Each challenge describes the goal, the success criteria, and whether it has a financial award to be awarded upon its
2122
successful completion.

doc/src/general-rules.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
and we kept a copy of the Rust standard library inside the `library/` folder that shall be used as the verification target for all our challenges.
77
We will periodically update the `library/` folder to track newer versions of the [official Rust standard library](https://github.com/rust-lang/rust/).
88

9-
**NOTE:** This work is not officially affiliated, or endorsed by the Rust project or Rust Foundation.
10-
119
**Challenges:** Each individual verification effort will have a
1210
tracking issue where contributors can add comments and ask clarification questions.
1311
You can find the list of [open challenges here](https://github.com/model-checking/verify-rust-std/labels/Challenge).

0 commit comments

Comments
 (0)