File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ not affected by the bugs fixed in this release.
3333
3434In Rust 1.45.0, ` rustc ` 's const propagation pass did not properly handle
3535encountering 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
3840The conditions necessary to cause this bug are highly unlikely to occur in
3941practice: the code must have inputs consisting of entirely constant values and
@@ -57,3 +59,5 @@ fn main() {
5759
5860Many people came together to create Rust 1.45.1. We couldn't have done it
5961without all of you. [ Thanks!] ( https://thanks.rust-lang.org/rust/1.45.1/ )
62+
63+ [ crater ] : https://github.com/rust-lang/crater
You can’t perform that action at this time.
0 commit comments