Skip to content

Commit 10e4560

Browse files
authored
Rollup merge of #72043 - GuillaumeGomez:clean-up-e0569, r=Dylan-DPC
Add missing backtick in E0569 explanation r? @Dylan-DPC
2 parents 690804e + e0c0c3b commit 10e4560

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: src/librustc_error_codes/error_codes/E0569.md

+1-1
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)