Skip to content

Commit 2cba1c6

Browse files
tshepangJohnTitor
andauthored
Update src/diagnostics.md
Co-authored-by: Yuki Okushi <[email protected]>
1 parent f1a463a commit 2cba1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ There are two main ways to find where a given error is emitted:
280280
will treat the first error being emitted as an Internal Compiler Error, which
281281
allows you to get a
282282
stack trace at the point the error has been emitted. Change the `1` to
283-
something else if you whish to trigger on a later error. One limitation
283+
something else if you wish to trigger on a later error. One limitation
284284
with this approach is that some calls get elided from the stack trace because
285285
they get inlined in the compiled `rustc`.
286286
Another limitation is the same problem we faced with

0 commit comments

Comments
 (0)