diff options
| author | Havvy <ryan.havvy@gmail.com> | 2018-06-11 17:21:15 -0700 |
|---|---|---|
| committer | Havvy <ryan.havvy@gmail.com> | 2018-06-11 17:21:15 -0700 |
| commit | e9e0ca0382e9e5da4db89f22ec0de15dbd966d32 (patch) | |
| tree | 78b6d05052082822a1366abc613d6739f9d1b5a8 /src/libsyntax | |
| parent | 45748256ef51ae1fcd6bb033d057dc46756ebb4f (diff) | |
| download | rust-e9e0ca0382e9e5da4db89f22ec0de15dbd966d32.tar.gz rust-e9e0ca0382e9e5da4db89f22ec0de15dbd966d32.zip | |
Slightly better summary for E0538
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/diagnostic_list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/diagnostic_list.rs b/src/libsyntax/diagnostic_list.rs index 1c78cac6b70..ab8317bfa02 100644 --- a/src/libsyntax/diagnostic_list.rs +++ b/src/libsyntax/diagnostic_list.rs @@ -94,7 +94,7 @@ https://doc.rust-lang.org/reference.html#conditional-compilation "##, E0538: r##" -Attribute contains multiple of the same meta item. +Attribute contains same meta item more than once. Erroneous code example: |
