Skip to content

Commit de97a34

Browse files
Update posts/2021-05-07-caught-red-handed.md
Co-authored-by: Felix S Klock II <[email protected]>
1 parent 227384b commit de97a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The Internal Compiler Error asks you to report a bug, and if you can do so, we s
163163
But regardless of whether or not you file a bug, the problem can be worked around on your end by either:
164164

165165
1. upgrading to 1.52.1, if you have not yet done so (which will disable
166-
incremental for you).
166+
incremental for you), or
167167
2. deleting your incremental compilation cache (e.g. by running `cargo clean`), or
168168
3. forcing incremental compilation to be disabled, by setting `CARGO_INCREMENTAL=0` in your environment or `build.incremental` to `false` in the `config.toml`.
169169

0 commit comments

Comments
 (0)