]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #25272 - nham:copy_long_diag, r=alexcrichton
authorSteve Klabnik <steve@steveklabnik.com>
Tue, 12 May 2015 03:24:18 +0000 (23:24 -0400)
committerSteve Klabnik <steve@steveklabnik.com>
Tue, 12 May 2015 03:24:18 +0000 (23:24 -0400)
Adds long diagnostic messages for:

 - E0184
 - E0204
 - E0205
 - E0206
 - E0243
 - E0244
 - E0249
 - E0250

This PR also adds some comments to the error codes in `librustc_typeck/diagnostics.rs`.

cc #24407


Trivial merge