Compiling i3status-rs v0.9.0 (file:///home/oskar/Desktop/i3status-rust)
error: cannot find macro `eprintln!` in this scope
--> src/blocks/temperature.rs:87:29
|
87 | eprintln!("Temperature ({}) outside of range ([-100, 150])", t);
| ^^^^^^^^
|
= help: did you mean `println!`?
error: cannot find macro `eprintln!` in this scope
--> src/input.rs:66:13
|
66 | eprintln!("{}", value);
| ^^^^^^^^
|
= help: did you mean `println!`?
error: cannot find macro `eprintln!` in this scope
--> src/main.rs:117:9
|
117 | eprintln!("\n\n{:?}", error);
| ^^^^^^^^
|
= help: did you mean `println!`?
error: cannot find macro `eprintln!` in this scope
--> src/main.rs:104:13
|
104 | eprintln!("{:?}", error);
| ^^^^^^^^
|
= help: did you mean `println!`?
error: aborting due to 4 previous errors
error: Could not compile `i3status-rs`.
should be an easy fix