Skip to content

Commit 36ce95f

Browse files
authored
don't say "yesterday"
since this post isn't going out today, it should use more abstract language to refer to when 1.52.0 came out.
1 parent 30691e5 commit 36ce95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2021-05-07-caught-red-handed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
77

88
The Rust teams are always excited to report on new features offered with each release. Sometimes, however, an important change that is not yet "fully baked" gets accidentally included in a release.
99

10-
There was an instance of this in yesterday's release, 1.52.0, which added a new bit of internal-consistency checking, called "incremental compilation hash verification" (abbreviated `verify-ich`). This check is also called an "unstable fingerprint" check, because the diagnostic it currently prints look [like this](https://github.com/rust-lang/rust/issues/84336):
10+
There was an instance of this in the most recent release, 1.52.0, which added a new bit of internal-consistency checking, called "incremental compilation hash verification" (abbreviated `verify-ich`). This check is also called an "unstable fingerprint" check, because the diagnostic it currently prints look [like this](https://github.com/rust-lang/rust/issues/84336):
1111

1212
```
1313
thread 'rustc' panicked at 'assertion failed: `(left == right)`

0 commit comments

Comments
 (0)