Skip to content

Commit 2682975

Browse files
committed
remove releases that introduced the regressions
1 parent 3935e9e commit 2682975

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

posts/2020-02-27-Rust-1.41.1.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ If you don't have it already, you can [get `rustup`][install] from the appropria
2020

2121
## What's in 1.41.1 stable
2222

23-
Rust 1.41.1 addresses two critical regressions introduced in Rust 1.41.0:
24-
a soundness hole related to static lifetimes, and a miscompilation causing segfaults.
25-
These regressions do not affect earlier releases of Rust,
26-
and we recommend users of Rust 1.41.0 to upgrade as soon as possible.
27-
Another issue related to interactions between `'static` and `Copy` implementations,
28-
dating back to Rust 1.0, was also addressed by this release.
23+
Rust 1.41.1 addresses three critical regressions: a soundness hole related to
24+
static lifetimes, a miscompilation causing segfaults, and a issue related to
25+
interactions between `'static` and `Copy` implementations.
2926

3027
### A soundness hole in checking `static` items
3128

0 commit comments

Comments
 (0)