We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4fa284 + 63b191e commit c874283Copy full SHA for c874283
posts/inside-rust/2022-08-16-diagnostic-effort.md
@@ -232,10 +232,10 @@ resources..](#adding-translation-resources).
232
For more examples of diagnostics ported to use the diagnostic derive or written
233
manually, see the following pull requests:
234
235
-- https://github.com/rust-lang/rust/pull/98353
236
-- https://github.com/rust-lang/rust/pull/98415
237
-- https://github.com/rust-lang/rust/pull/97093
238
-- https://github.com/rust-lang/rust/pull/99213
+- [#98353](https://github.com/rust-lang/rust/pull/98353)
+- [#98415](https://github.com/rust-lang/rust/pull/98415)
+- [#97093](https://github.com/rust-lang/rust/pull/97093)
+- [#99213](https://github.com/rust-lang/rust/pull/99213)
239
240
For more examples, see the pull requests labelled [`A-translation`][A-translation].
241
0 commit comments