We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c328379 commit 05084c6Copy full SHA for 05084c6
src/compiler-debugging.md
@@ -24,7 +24,7 @@ If you want to use GDB to debug rustc, please set `config.toml` with options:
24
[rust]
25
debug = true
26
debuginfo-level = 2
27
-# WANRING: this will cost a lot of disk space (about 35GB) and compiling time.
+# WARNING: this will use a lot of disk space (about 35GB) and compile time.
28
# Without debuginfo-level, you may also track the execution path, but lost
29
# the symbol information for debugging.
30
```
0 commit comments