You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I try to do cargo install loop-rs on Windows 7:
Compiling loop-rs v0.3.3
error[E0432]: unresolved import `isatty::stdin_isatty`
--> src\main.rs:16:14
|
16 | use isatty::{stdin_isatty};
| ^^^^^^^^^^^^ no `stdin_isatty` in the root. Did you mean to use `stderr_isatty`?
I get the following error when I try to do
cargo install loop-rs
on Windows 7:Here is my
rustup show
output:The text was updated successfully, but these errors were encountered: