codemap-diagnostic

Rust library for displaying compiler diagnostics like rustc

APACHE-2.0 License

Downloads
742.2K
Stars
21
Committers
6

Bot releases are hidden (Show)

codemap-diagnostic - Latest Release

Published by kevinmehall about 1 year ago

  • Mark deprecated
  • Remove atty dependency in favor of .is_terminal() in std in Rust 1.70.
  • Implement PartialEq, Eq for Diagnostic
codemap-diagnostic -

Published by kevinmehall over 5 years ago

New features

  • Add utility method for emitting to vectors, and support other non 'static destinations (#4)

Bug fixes

  • Replace term and isatty dependencies with termcolor and atty
  • Migrate fixes from rustc_errors (#6)