Replace diagnostic plugins with macro_rules

This commit is contained in:
Mark Rousskov
2019-09-03 21:15:18 -04:00
parent 74563b4166
commit b437240cee
32 changed files with 87 additions and 351 deletions

View File

@@ -1,5 +1,3 @@
use syntax::register_long_diagnostics;
// Error messages for EXXXX errors.
// Each message should start and end with a new line, and be wrapped to 80
// characters. In vim you can `:set tw=80` and use `gq` to wrap paragraphs. Use