Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4092a74

Browse files
authored
1 parent 83fa06f commit 4092a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/compiler-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ stack backtrace:
185185

186186
Cool, now I have a backtrace for the error!
187187

188-
## Getting the the error creation location
188+
## Getting the error creation location
189189

190190
`-Z track-diagnostics` can help figure out where errors are emitted. It uses `#[track_caller]`
191191
for this and prints its location alongside the error:

0 commit comments

Comments
 (0)