Skip to content

Commit 47f6d63

Browse files
committed
fix E0117 message out of sync
1 parent e5e8ba4 commit 47f6d63

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)