diff options
| author | Andrew Lygin <alygin@gmail.com> | 2016-11-26 21:19:30 +0300 |
|---|---|---|
| committer | Andrew Lygin <alygin@gmail.com> | 2016-11-26 21:20:20 +0300 |
| commit | 984c039e4e08ab28dca9bec2fa20baf4c0f4452a (patch) | |
| tree | daa5a64d3b73c281e65ca756b545403e8eb3f2a4 /src/librustc_metadata | |
| parent | 9fb81b92f9f04d4715a5ff474fd976a695bd3fe1 (diff) | |
| download | rust-984c039e4e08ab28dca9bec2fa20baf4c0f4452a.tar.gz rust-984c039e4e08ab28dca9bec2fa20baf4c0f4452a.zip | |
Fix error explanation formatting
Diffstat (limited to 'src/librustc_metadata')
| -rw-r--r-- | src/librustc_metadata/diagnostics.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/librustc_metadata/diagnostics.rs b/src/librustc_metadata/diagnostics.rs index e327be3d503..6cf1a9e8a39 100644 --- a/src/librustc_metadata/diagnostics.rs +++ b/src/librustc_metadata/diagnostics.rs @@ -57,9 +57,10 @@ An unknown "kind" was specified for a link attribute. Erroneous code example: Please specify a valid "kind" value, from one of the following: - - static - - dylib - - framework + * static + * dylib + * framework + "##, E0459: r##" |
