Rollup merge of #131456 - kupiakos:patch-3, r=compiler-errors

Fix typo in E0793

`s/references/reference/`
This commit is contained in:
Matthias Krüger
2024-10-09 20:27:26 +02:00
committed by GitHub
@@ -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: