Skip to content

Commit 26b5bef

Browse files
Note not catching this in crater
1 parent 789cc47 commit 26b5bef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

posts/2020-07-30-Rust-1.45.1.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ not affected by the bugs fixed in this release.
3333

3434
In Rust 1.45.0, `rustc`'s const propagation pass did not properly handle
3535
encountering references when determining whether to propagate a given constant,
36-
which could lead to incorrect behavior.
36+
which could lead to incorrect behavior. Our releases are run through [crater],
37+
and we did not detect it, which helps us be fairly confident that this affects a
38+
very small set of code in the wild (if any).
3739

3840
The conditions necessary to cause this bug are highly unlikely to occur in
3941
practice: the code must have inputs consisting of entirely constant values and
@@ -57,3 +59,5 @@ fn main() {
5759

5860
Many people came together to create Rust 1.45.1. We couldn't have done it
5961
without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.45.1/)
62+
63+
[crater]: https://github.com/rust-lang/crater

0 commit comments

Comments
 (0)