diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-23 12:40:14 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-23 12:40:14 +0100 |
| commit | 19e69359564c919023e294b485d952bc240260e2 (patch) | |
| tree | bc53bd46644eb7ac4b86c3e352920692fd975944 /src/librustc_error_codes/error_codes | |
| parent | 98803c182b2ba6ef5dccb6bf501958249295eac0 (diff) | |
| download | rust-19e69359564c919023e294b485d952bc240260e2.tar.gz rust-19e69359564c919023e294b485d952bc240260e2.zip | |
Clean up E0452 explanation
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -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 |
