Skip to content

Commit 03902fe

Browse files
gfteaYuki Okushi
and
Yuki Okushi
authored
add full name for ICE (rust-lang#1552)
Co-authored-by: Yuki Okushi <[email protected]>
1 parent 2d23cff commit 03902fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/queries/query-evaluation-model-in-detail.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ OK as long as the mutation is not observable. This is achieved by two things:
201201
- Before a result is stolen, we make sure to eagerly run all queries that
202202
might ever need to read that result. This has to be done manually by calling
203203
those queries.
204-
- Whenever a query tries to access a stolen result, we make the compiler ICE so
205-
that such a condition cannot go unnoticed.
204+
- Whenever a query tries to access a stolen result, we make an ICE
205+
(Internal Compiler Error) so that such a condition cannot go unnoticed.
206206

207207
This is not an ideal setup because of the manual intervention needed, so it
208208
should be used sparingly and only when it is well known which queries might

0 commit comments

Comments
 (0)