We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62429b commit ed72105Copy full SHA for ed72105
src/compiler-debugging.md
@@ -56,7 +56,8 @@ stack backtrace:
56
37: rustc_driver::run_compiler
57
```
58
59
-If you set `debug = true`, you will get line numbers for the stack trace. Then the backtrace will look like this:
+If you set `debug = true`, you will get line numbers for the stack trace.
60
+Then the backtrace will look like this:
61
62
```text
63
stack backtrace:
0 commit comments