diff options
| author | Michael Goulet <michael@errs.io> | 2022-11-12 23:37:52 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-11-14 03:23:41 +0000 |
| commit | b5b64678108f6c5460d9dcf8a415b3b8dc4d1a52 (patch) | |
| tree | 7dbaf19eb948aac6146eec11065bd5ed6a8fe502 /compiler/rustc_error_codes/src | |
| parent | 742d3f02c243964e5b868d90afd60c2907be5853 (diff) | |
| download | rust-b5b64678108f6c5460d9dcf8a415b3b8dc4d1a52.tar.gz rust-b5b64678108f6c5460d9dcf8a415b3b8dc4d1a52.zip | |
Add rustc_deny_explicit_impl
Diffstat (limited to 'compiler/rustc_error_codes/src')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0322.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0322.md b/compiler/rustc_error_codes/src/error_codes/E0322.md index ccef8681dd6..194bbd83b0f 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0322.md +++ b/compiler/rustc_error_codes/src/error_codes/E0322.md @@ -1,4 +1,5 @@ -The `Sized` trait was implemented explicitly. +A built-in trait was implemented explicitly. All implementations of the trait +are provided automatically by the compiler. Erroneous code example: |
