Skip to content

Commit

Permalink
Add missing backtick in E0569 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 9, 2020
1 parent 97f3eee commit e0c0c3b
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 e0c0c3b

Please sign in to comment.