Skip to content

Commit f5369ed

Browse files
Update posts/2021-05-07-caught-red-handed.md
Co-authored-by: Carol (Nichols || Goulding) <[email protected]>
1 parent 2190a79 commit f5369ed

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
@@ -67,7 +67,7 @@ error: internal compiler error: unexpected panic
6767
note: the compiler unexpectedly panicked. this is a bug.
6868
```
6969

70-
This is the error caused by the internal consistency check, and as stated in the diagnostic, it yields an "Internal Compiler Error" (or ICE). In other words, it represents a bug in the internals of the Rust compiler itself. In *this* case, the ICE is revealing a bug that predates the 1.52.0 release and could result in miscompilation if it had not been caught by `verify-ich`.
70+
This is the error caused by the internal consistency check, and as stated in the diagnostic, it yields an "Internal Compiler Error" (or ICE). In other words, it represents a bug in the internals of the Rust compiler itself. In *this* case, the ICE is revealing a bug in incremental compilation that predates the 1.52.0 release and could result in miscompilation if it had not been caught by `verify-ich`.
7171

7272
## What are fingerprints? Why are we checking them?
7373

0 commit comments

Comments
 (0)