Update compiler/rustc_error_codes/src/error_codes/E0206.md

Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
This commit is contained in:
Jamilya Shurukhova
2023-03-17 15:50:37 +01:00
committed by GitHub
parent 05dc132adb
commit c4bb47ac36

View File

@@ -1,4 +1,4 @@
The `Copy` trait was implemented on a type which is neither a struct, an
The `Copy` trait was implemented on a type which is neither a struct, an
enum, nor a union.
Erroneous code example: