Skip to content

Commit

Permalink
Rollup merge of #72043 - GuillaumeGomez:clean-up-e0569, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Add missing backtick in E0569 explanation

r? @Dylan-DPC
  • Loading branch information
RalfJung committed May 10, 2020
2 parents d22c18b + e0c0c3b commit f2b655f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0569.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit f2b655f

Please sign in to comment.