diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-23 04:26:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-23 04:26:16 +0100 |
| commit | 5f91f30b0ace8a687e1acd2e057e27d4b57ad364 (patch) | |
| tree | 815b65356bea3ec2212c246644ddbb455ef775ab /src/librustc_error_codes/error_codes | |
| parent | c984a9618992c63f5b90308045077e0dc1fabe37 (diff) | |
| parent | fa5b72716721f34fc9b37be9203b92190959939b (diff) | |
| download | rust-5f91f30b0ace8a687e1acd2e057e27d4b57ad364.tar.gz rust-5f91f30b0ace8a687e1acd2e057e27d4b57ad364.zip | |
Rollup merge of #70270 - GuillaumeGomez:cleanup-e0449, r=Dylan-DPC
Clean up E0449 explanation r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0449.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/librustc_error_codes/error_codes/E0449.md b/src/librustc_error_codes/error_codes/E0449.md index a3eb51961d3..9afc67689bf 100644 --- a/src/librustc_error_codes/error_codes/E0449.md +++ b/src/librustc_error_codes/error_codes/E0449.md @@ -1,5 +1,6 @@ -A visibility qualifier was used when it was unnecessary. Erroneous code -examples: +A visibility qualifier was used when it was unnecessary. + +Erroneous code examples: ```compile_fail,E0449 struct Bar; |
