archibate / vimrc

小彭老师自用 NeoVim 整合包
230 stars 43 forks source link

XeroLinux报错 error[E0658]: use of unstable library feature 'is_terminal' #21

Open Ingnaryk opened 1 year ago

Ingnaryk commented 1 year ago
error[E0658]: use of unstable library feature 'is_terminal'
   --> crates/cli/src/lib.rs:238:23
    |
238 |     std::io::stderr().is_terminal()
    |                       ^^^^^^^^^^^
    |
    = note: see issue #98070 <https://github.com/rust-lang/rust/issues/98070> for more information