We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d7086 commit f63bca1Copy full SHA for f63bca1
posts/2020-07-30-Rust-1.45.1.md
@@ -31,8 +31,9 @@ bugs this fixes.
31
32
### Fix const propagation with references
33
34
-In Rust 1.45.0, `rustc`'s const propagation pass did not look properly handle
35
-encountering references, which could lead to incorrect behavior.
+In Rust 1.45.0, `rustc`'s const propagation pass did not properly handle
+encountering references when determining whether to propagate a given constant,
36
+which could lead to incorrect behavior.
37
38
The conditions necessary to cause this bug are highly unlikely to occur in
39
practice: the code must have inputs consisting of entirely constant values and
0 commit comments