We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934380b commit 6d07d62Copy full SHA for 6d07d62
src/compiler-debugging.md
@@ -22,9 +22,9 @@ could be useful for debugging.
22
23
When you have an ICE (panic in the compiler), you can set
24
`RUST_BACKTRACE=1` to get the stack trace of the `panic!` like in
25
-normal Rust programs. IIRC backtraces **don't work** on Mac and on MinGW,
+normal Rust programs. IIRC backtraces **don't work** on MinGW,
26
sorry. If you have trouble or the backtraces are full of `unknown`,
27
-you might want to find some way to use Linux or MSVC on Windows.
+you might want to find some way to use Linux, Mac, or MSVC on Windows.
28
29
In the default configuration, you don't have line numbers enabled, so the
30
backtrace looks like this:
0 commit comments