Skip to content

Commit e0c0c3b

Browse files
Add missing backtick in E0569 explanation
1 parent 97f3eee commit e0c0c3b

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

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