Skip to content

Commit

Permalink
Make Diag a clickable link in Suggestion section (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno418 authored Nov 20, 2024
1 parent f2b2800 commit ffd9a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,11 @@ example-example-error = oh no! this is an error!

In addition to telling the user exactly _why_ their code is wrong, it's
oftentimes furthermore possible to tell them how to fix it. To this end,
`Diag` offers a structured suggestions API, which formats code
[`Diag`][diag] offers a structured suggestions API, which formats code
suggestions pleasingly in the terminal, or (when the `--error-format json` flag
is passed) as JSON for consumption by tools like [`rustfix`][rustfix].

[diag]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_errors/struct.Diag.html
[rustfix]: https://github.com/rust-lang/rustfix

Not all suggestions should be applied mechanically, they have a degree of
Expand Down

0 comments on commit ffd9a44

Please sign in to comment.