Skip to content

Commit

Permalink
Rollup merge of #131456 - kupiakos:patch-3, r=compiler-errors
Browse files Browse the repository at this point in the history
Fix typo in E0793

`s/references/reference/`
  • Loading branch information
matthiaskrgr authored Oct 9, 2024
2 parents 55b4ee7 + 12ce6f6 commit 0fe2532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_error_codes/src/error_codes/E0793.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
An unaligned references to a field of a [packed] struct got created.
An unaligned reference to a field of a [packed] struct got created.

Erroneous code example:

Expand Down

0 comments on commit 0fe2532

Please sign in to comment.