mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-12 07:43:31 +00:00
Restore a FIXME that was removed by one of my previous changes.
Requested by: kennytm
This commit is contained in:
parent
c51f8783f2
commit
3ca407e24b
@ -981,6 +981,7 @@ fn use_color(opts: &TestOpts) -> bool {
|
|||||||
target_os = "redox",
|
target_os = "redox",
|
||||||
all(target_arch = "wasm32", not(target_os = "emscripten"))))]
|
all(target_arch = "wasm32", not(target_os = "emscripten"))))]
|
||||||
fn stdout_isatty() -> bool {
|
fn stdout_isatty() -> bool {
|
||||||
|
// FIXME: Implement isatty on Redox
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
|
Loading…
Reference in New Issue
Block a user