This commit is contained in:
Camelid 2021-02-07 19:07:48 -08:00 committed by Joshua Nelson
parent b0ff83f007
commit 4f16f7cc1d
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ stack backtrace:
If you want to get a backtrace to the point where the compiler emits an
error message, you can pass the `-Z treat-err-as-bug=n`, which will make
the compiler panic on the `nth` error on `delay_span_bug.` If you leave
the compiler panic on the `nth` error on `delay_span_bug`. If you leave
off `=n`, the compiler will assume `1` for `n` and thus panic on the
first error it encounters.