Fixes #1599
This commit is contained in:
Tshepang Mbambo 2023-02-15 16:02:38 +02:00 committed by GitHub
parent 55c5b384b6
commit aba825cf33
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ stack backtrace:
Cool, now I have a backtrace for the error!
## Getting the the error creation location
## Getting the error creation location
`-Z track-diagnostics` can help figure out where errors are emitted. It uses `#[track_caller]`
for this and prints its location alongside the error: