Use atty
crate instead of rolling our own
#80888
Labels
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Currently the driver and some other parts of the compiler roll their own
functions to detect if they are connected to a TTY. We should instead use
something like the
atty
crate (which we already depend on).The text was updated successfully, but these errors were encountered: