Skip to content

Commit 0447725

Browse files
Fixed wording in Rust 1.45 Blog Post (3rd proposal)
Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
1 parent a0836e6 commit 0447725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2020-07-16-Rust-1.45.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fn main() {
8787

8888
On Rust 1.44.0, this happens to print "x: 0" on my machine. But it could
8989
print anything, or do anything: this is undefined behavior. But the `unsafe`
90-
keyword is nowhere to be found within this block of code. This is what we call a
90+
keyword is not used within this block of code. This is what we call a
9191
"soundness" bug, that is, it is a bug where the compiler does the wrong thing.
9292
We tag these bugs as
9393
[I-unsound](https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+label%3A%22I-unsound+%F0%9F%92%A5%22)

0 commit comments

Comments
 (0)