Skip to content

Commit

Permalink
Remove empty sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jun 11, 2024
1 parent 2d00c67 commit 6d45f46
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions doc/src/intrinsics-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@

Annotate Rust core::intrinsics functions that manipulate raw pointers with their safety contract and verify their usage in the standard library are in fact safe.

## Motivation

*Explain why this is a challenge that should be prioritized. Consider using a motivating example.*

## Description

*Describe the challenge in more details.*

### Assumptions

*Mention any assumption that users may make. Example, "assuming the usage of Stacked Borrows".*

### Success Criteria*

1. All the following intrinsic functions must be annotated with safety contracts.
Expand Down Expand Up @@ -102,5 +90,3 @@ All proofs must automatically ensure the absence of the following undefined beha

Note: All solutions to verification challenges need to satisfy the criteria established in the [challenge book](general-rules.md)
in addition to the ones listed above.

[^challenge_id]: The number of the challenge sorted by publication date.

0 comments on commit 6d45f46

Please sign in to comment.