Compiling quote v1.0.9
error[E0425]: cannot find function get_tty in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\async.rs:14:36
|
14 | thread::spawn(move || for i in get_tty().unwrap().bytes() {
| ^^^^^^^ not found in this scope
error[E0425]: cannot find function get_tty in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\async.rs:43:36
|
43 | thread::spawn(move || for i in get_tty().unwrap().bytes() {
| ^^^^^^^ not found in this scope
error[E0425]: cannot find function set_terminal_attr in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:45:9
|
45 | set_terminal_attr(&self.prev_ios).unwrap();
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function get_terminal_attr in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:102:23
|
102 | let mut ios = get_terminal_attr()?;
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function raw_terminal_attr in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:105:9
|
105 | raw_terminal_attr(&mut ios);
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function set_terminal_attr in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:107:9
|
107 | set_terminal_attr(&ios)?;
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function set_terminal_attr in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:119:9
|
119 | set_terminal_attr(&self.prev_ios)?;
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function get_terminal_attr in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:125:23
|
125 | let mut ios = get_terminal_attr()?;
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function raw_terminal_attr in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:126:9
|
126 | raw_terminal_attr(&mut ios);
| ^^^^^^^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function set_terminal_attr in this scope
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:127:9
|
127 | set_terminal_attr(&ios)?;
| ^^^^^^^^^^^^^^^^^ not found in this scope
error: aborting due to 15 previous errors
Some errors have detailed explanations: E0425, E0432, E0433.
For more information about an error, try rustc --explain E0425.
error: could not compile termion
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile star-it-all v0.1.5, intermediate artifacts can be found at C:\Users\hstev\AppData\Local\Temp\cargo-install9BGGpn
Caused by:
build failed`
will why isn't it working i want to star all your repos pls man
color::env::sys
color::env::sys
color::env::sys
color::env::sys
sys
--> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:29:5color::env::sys
Compiling quote v1.0.9 error[E0425]: cannot find function
get_tty
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\async.rs:14:36 | 14 | thread::spawn(move || for i in get_tty().unwrap().bytes() { | ^^^^^^^ not found in this scopeerror[E0425]: cannot find function
get_tty
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\async.rs:43:36 | 43 | thread::spawn(move || for i in get_tty().unwrap().bytes() { | ^^^^^^^ not found in this scopeerror[E0425]: cannot find function
set_terminal_attr
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:45:9 | 45 | set_terminal_attr(&self.prev_ios).unwrap(); | ^^^^^^^^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find function
get_terminal_attr
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:102:23 | 102 | let mut ios = get_terminal_attr()?; | ^^^^^^^^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find function
raw_terminal_attr
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:105:9 | 105 | raw_terminal_attr(&mut ios); | ^^^^^^^^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find function
set_terminal_attr
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:107:9 | 107 | set_terminal_attr(&ios)?; | ^^^^^^^^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find function
set_terminal_attr
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:119:9 | 119 | set_terminal_attr(&self.prev_ios)?; | ^^^^^^^^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find function
get_terminal_attr
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:125:23 | 125 | let mut ios = get_terminal_attr()?; | ^^^^^^^^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find function
raw_terminal_attr
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:126:9 | 126 | raw_terminal_attr(&mut ios); | ^^^^^^^^^^^^^^^^^ not found in this scopeerror[E0425]: cannot find function
set_terminal_attr
in this scope --> C:\Users\hstev.cargo\registry\src\github.com-1ecc6299db9ec823\termion-1.5.6\src\raw.rs:127:9 | 127 | set_terminal_attr(&ios)?; | ^^^^^^^^^^^^^^^^^ not found in this scopeerror: aborting due to 15 previous errors
Some errors have detailed explanations: E0425, E0432, E0433. For more information about an error, try
rustc --explain E0425
. error: could not compiletermion
To learn more, run the command again with --verbose. warning: build failed, waiting for other jobs to finish... error: failed to compile
star-it-all v0.1.5
, intermediate artifacts can be found atC:\Users\hstev\AppData\Local\Temp\cargo-install9BGGpn
Caused by: build failed`
will why isn't it working i want to star all your repos pls man