Skip to content

Commit 191a796

Browse files
authored
Rollup merge of #69991 - contrun:fix-69980, r=Dylan-DPC
fix E0117 message out of sync Closes #69980
2 parents 65f56da + 47f6d63 commit 191a796

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/E0117.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The `Drop` trait was implemented on a non-struct type.
1+
Only traits defined in the current crate can be implemented for arbitrary types.
22

33
Erroneous code example:
44

0 commit comments

Comments
 (0)