Skip to content

Commit 6d07d62

Browse files
ksqsfmark-i-m
authored andcommitted
backtraces work on Mac
1 parent 934380b commit 6d07d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ could be useful for debugging.
2222

2323
When you have an ICE (panic in the compiler), you can set
2424
`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,
25+
normal Rust programs. IIRC backtraces **don't work** on MinGW,
2626
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.
27+
you might want to find some way to use Linux, Mac, or MSVC on Windows.
2828

2929
In the default configuration, you don't have line numbers enabled, so the
3030
backtrace looks like this:

0 commit comments

Comments
 (0)