diff options
| author | Jamilya Shurukhova <jamilya.shurukhova@jetbrains.com> | 2023-03-17 15:50:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-17 15:50:37 +0100 |
| commit | c4bb47ac36aa3975160ba8fb72978202e436a2f9 (patch) | |
| tree | c14495a637418c5cc6a39734ae46138b23ce35b6 /compiler/rustc_error_codes | |
| parent | 05dc132adb94c0583423ea0cbe25c67af4fdb1dd (diff) | |
| download | rust-c4bb47ac36aa3975160ba8fb72978202e436a2f9.tar.gz rust-c4bb47ac36aa3975160ba8fb72978202e436a2f9.zip | |
Update compiler/rustc_error_codes/src/error_codes/E0206.md
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
Diffstat (limited to 'compiler/rustc_error_codes')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0206.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0206.md b/compiler/rustc_error_codes/src/error_codes/E0206.md index 8658b5a858a..9e85234bdbb 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0206.md +++ b/compiler/rustc_error_codes/src/error_codes/E0206.md @@ -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: |
