Skip to content

Commit 629466d

Browse files
committed
we reserve the right to reduce our amount of UB
1 parent 3c36417 commit 629466d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/behavior-considered-undefined.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ undefined behavior, it is *unsound*.
1616

1717
***Warning:*** The following list is not exhaustive. There is no formal model of
1818
Rust's semantics for what is and is not allowed in unsafe code, so there may be
19-
more behavior considered unsafe. The following list is just what we know for
20-
sure is undefined behavior. Please read the [Rustonomicon] before writing unsafe
21-
code.
19+
more behavior considered unsafe. We also reserve the right to make some of the
20+
behavior in that list defined in the future.
21+
Please read the [Rustonomicon] before writing unsafe code.
2222

2323
</div>
2424

0 commit comments

Comments
 (0)