Skip to content

Commit 434bd02

Browse files
committed
more wording tweaks
1 parent 629466d commit 434bd02

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/behavior-considered-undefined.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ undefined behavior, it is *unsound*.
1414

1515
<div class="warning">
1616

17-
***Warning:*** The following list is not exhaustive. There is no formal model of
18-
Rust's semantics for what is and is not allowed in unsafe code, so there may be
19-
more behavior considered unsafe. We also reserve the right to make some of the
20-
behavior in that list defined in the future.
17+
***Warning:*** The following list is not exhaustive; it may grow or shrink.
18+
There is no formal model of Rust's semantics for what is and is not allowed in
19+
unsafe code, so there may be more behavior considered unsafe. We also reserve
20+
the right to make some of the behavior in that list defined in the future. In
21+
other words, this list does not say that anything will *definitely* always be
22+
undefined in all future Rust version (but we might make such commitments for
23+
some list items in the future).
24+
2125
Please read the [Rustonomicon] before writing unsafe code.
2226

2327
</div>

0 commit comments

Comments
 (0)