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.
33
33
34
34
In Rust 1.45.0, ` rustc ` 's const propagation pass did not properly handle
35
35
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).
37
39
38
40
The conditions necessary to cause this bug are highly unlikely to occur in
39
41
practice: the code must have inputs consisting of entirely constant values and
@@ -57,3 +59,5 @@ fn main() {
57
59
58
60
Many people came together to create Rust 1.45.1. We couldn't have done it
59
61
without 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