We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82257c2 commit c9e4cb7Copy full SHA for c9e4cb7
src/compiler-debugging.md
@@ -185,7 +185,7 @@ stack backtrace:
185
186
Cool, now I have a backtrace for the error!
187
188
-## Getting the the error creation location
+## Getting the error creation location
189
190
`-Z track-diagnostics` can help figure out where errors are emitted. It uses `#[track_caller]`
191
for this and prints its location alongside the error:
0 commit comments