mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
error[E0658]: use of unstable library feature 'is_terminal' --> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:168:5 | 168 | use std::io::IsTerminal; | ^^^^^^^^^^^^^^^^^^^ error[E0658]: use of unstable library feature 'is_terminal' --> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:220:22 | 220 | std::io::stdin().is_terminal() | ^^^^^^^^^^^ error[E0658]: use of unstable library feature 'is_terminal' --> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:232:23 | 232 | std::io::stdout().is_terminal() | ^^^^^^^^^^^ error[E0658]: use of unstable library feature 'is_terminal' --> github.com-1ecc6299db9ec823/grep-cli-0.1.8/src/lib.rs:238:23 | 238 | std::io::stderr().is_terminal() | ^^^^^^^^^^^ |
||
---|---|---|
.. | ||
workflows | ||
FUNDING.yml |