Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 607b965

Browse files
authoredMay 9, 2020
Rollup merge of #72043 - GuillaumeGomez:clean-up-e0569, r=Dylan-DPC
Add missing backtick in E0569 explanation r? @Dylan-DPC
2 parents 27deb5c + e0c0c3b commit 607b965

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed
 

‎src/librustc_error_codes/error_codes/E0569.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
If an impl has a generic parameter with the `#[may_dangle]` attribute, then
2-
that impl must be declared as an `unsafe impl.
2+
that impl must be declared as an `unsafe impl`.
33

44
Erroneous code example:
55

0 commit comments

Comments
 (0)
Please sign in to comment.