We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec8216 commit e7998beCopy full SHA for e7998be
src/compiler-debugging.md
@@ -46,6 +46,12 @@ new-symbol-mangling = false
46
47
You will need to rebuild the compiler after changing any configuration option.
48
49
+## Suppressing the ICE file
50
+
51
+By default, if rustc encounters an Internal Compiler Error (ICE) it will dump the ICE contents to an
52
+ICE file within the current working directory named `rustc-ice-<timestamp>-<pid>.txt`. If this is
53
+not desirable, you can prevent the ICE file from being created with `RUSTC_ICE=0`.
54
55
## `-Z` flags
56
57
The compiler has a bunch of `-Z` flags. These are unstable flags that are only
0 commit comments