Fix typo
This commit is contained in:
parent
b0ff83f007
commit
4f16f7cc1d
|
|
@ -82,7 +82,7 @@ stack backtrace:
|
||||||
|
|
||||||
If you want to get a backtrace to the point where the compiler emits an
|
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
|
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
|
off `=n`, the compiler will assume `1` for `n` and thus panic on the
|
||||||
first error it encounters.
|
first error it encounters.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue