Skip to content

Commit

Permalink
Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco
Browse files Browse the repository at this point in the history
Cleanup: Fix up some diagnostics

Several diagnostics contained their error code inside their primary message which is no bueno.
This PR moves them out of the message and turns them into structured error codes.

Also fixes another occurrence of `->` after a selector in a Fluent message which is not correct. I've fixed two other instances of this issue in #104345 (2022) but didn't update all instances as I've noted here: rust-lang/rust#104345 (comment) (“the future is now!”).
  • Loading branch information
matthiaskrgr authored May 23, 2024
2 parents 43c6643 + de60a2a commit 20c4f3d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 20c4f3d

Please sign in to comment.