Files
rust/compiler/rustc_errors/src
Matthias Krüger 52cc0d5360 Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk
Use `IsTerminal` in place of `atty`

In any crate that can use nightly features, use `IsTerminal` rather than
`atty`:

- Use `IsTerminal` in `rustc_errors`
- Use `IsTerminal` in `rustc_driver`
- Use `IsTerminal` in `rustc_log`
- Use `IsTerminal` in `librustdoc`
2022-11-19 15:35:18 +01:00
..
2022-10-19 00:08:20 +02:00
2022-10-19 00:08:20 +02:00
2020-08-30 18:45:07 +03:00
2021-03-27 22:16:33 -04:00
2022-03-30 01:39:38 -04:00