Skip to content

Commit

Permalink
Unrolled build for rust-lang#131456
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#131456 - kupiakos:patch-3, r=compiler-errors

Fix typo in E0793

`s/references/reference/`
  • Loading branch information
rust-timer authored Oct 10, 2024
2 parents eb4e234 + 12ce6f6 commit c4d8f1a
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 c4d8f1a

Please sign in to comment.