Skip to content

Commit c4d8f1a

Browse files
authored
Unrolled build for rust-lang#131456
Rollup merge of rust-lang#131456 - kupiakos:patch-3, r=compiler-errors Fix typo in E0793 `s/references/reference/`
2 parents eb4e234 + 12ce6f6 commit c4d8f1a

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_error_codes/src/error_codes/E0793.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
An unaligned references to a field of a [packed] struct got created.
1+
An unaligned reference to a field of a [packed] struct got created.
22

33
Erroneous code example:
44

0 commit comments

Comments
 (0)