We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a463a commit 2cba1c6Copy full SHA for 2cba1c6
src/diagnostics.md
@@ -280,7 +280,7 @@ There are two main ways to find where a given error is emitted:
280
will treat the first error being emitted as an Internal Compiler Error, which
281
allows you to get a
282
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
+ something else if you wish to trigger on a later error. One limitation
284
with this approach is that some calls get elided from the stack trace because
285
they get inlined in the compiled `rustc`.
286
Another limitation is the same problem we faced with
0 commit comments