Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc: Migrate to termcolor crate from term #48588

Merged
merged 1 commit into from
Mar 9, 2018

Commits on Mar 7, 2018

  1. rustc: Migrate to termcolor crate from term

    This crate moves the compiler's error reporting to using the `termcolor` crate
    from crates.io. Previously rustc used a super-old version of the `term` crate
    in-tree which is basically unmaintained at this point, but Cargo has been using
    `termcolor` for some time now and tools like `rg` are using `termcolor` as well,
    so it seems like a good strategy to take!
    
    Note that the `term` crate remains in-tree for libtest. Changing libtest will be
    a bit tricky due to how the build works, but we can always tackle that later.
    
    cc rust-lang#45728
    alexcrichton committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    a919efa View commit details
    Browse the repository at this point in the history