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
commit 0fe2532a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: