Skip to content

Commit f63bca1

Browse files
Fix stray thought
1 parent 15d7086 commit f63bca1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ bugs this fixes.
3131

3232
### Fix const propagation with references
3333

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.
34+
In Rust 1.45.0, `rustc`'s const propagation pass did not properly handle
35+
encountering references when determining whether to propagate a given constant,
36+
which could lead to incorrect behavior.
3637

3738
The conditions necessary to cause this bug are highly unlikely to occur in
3839
practice: the code must have inputs consisting of entirely constant values and

0 commit comments

Comments
 (0)