diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-24 00:49:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-24 00:49:54 +0100 |
| commit | 3b8872d76de4def293b0bce5a5ad737ccaab7d3d (patch) | |
| tree | 44be8d66f7d499ea3b57e9566bf4c0da2e918731 | |
| parent | 54db0cfe487ed2926ab8f63ef584363f81e07243 (diff) | |
| parent | 19e69359564c919023e294b485d952bc240260e2 (diff) | |
| download | rust-3b8872d76de4def293b0bce5a5ad737ccaab7d3d.tar.gz rust-3b8872d76de4def293b0bce5a5ad737ccaab7d3d.zip | |
Rollup merge of #70309 - GuillaumeGomez:cleanup-e0452, r=Dylan-DPC
Clean up E0452 explanation r? @Dylan-DPC
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0452.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0452.md b/src/librustc_error_codes/error_codes/E0452.md index be3d573e10d..429813a7cdd 100644 --- a/src/librustc_error_codes/error_codes/E0452.md +++ b/src/librustc_error_codes/error_codes/E0452.md @@ -1,4 +1,6 @@ -An invalid lint attribute has been given. Erroneous code example: +An invalid lint attribute has been given. + +Erroneous code example: ```compile_fail,E0452 #![allow(foo = "")] // error: malformed lint attribute |
