Rollup merge of #72043 - GuillaumeGomez:clean-up-e0569, r=Dylan-DPC
Add missing backtick in E0569 explanation r? @Dylan-DPC
This commit is contained in:
commit
f2b655f110
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
If an impl has a generic parameter with the `#[may_dangle]` attribute, then
|
||||
that impl must be declared as an `unsafe impl.
|
||||
that impl must be declared as an `unsafe impl`.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue