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
Which command failed? cargo build --locked --release (with or without --no-default-features)
What was the error message?
Error message
error[E0432]: unresolved import `signal_hook::iterator`
--> src\signals.rs:4:18
|
4 | use signal_hook::iterator::Signals;
| ^^^^^^^^ could not find `iterator` in `signal_hook`
error[E0425]: cannot find value `SIGUSR1` in this scope
--> src\signals.rs:59:13
|
59 | SIGUSR1, // allow external triggering (e.g. via bitcoind `blocknotify`)
| ^^^^^^^ not found in this scope
error: aborting due to 2 previous errors
System
OS name and version: Windows 10
rustc 1.48.0 (7eac88abb 2020-11-16)
cargo 1.48.0 (65cbdd2dc 2020-10-14)
Compilation
Linking: static
Cross compilation: no
Target architecture: amd64
The text was updated successfully, but these errors were encountered:
Which command failed?
cargo build --locked --release
(with or without--no-default-features
)What was the error message?
Error message
System
OS name and version: Windows 10
rustc 1.48.0 (7eac88abb 2020-11-16)
cargo 1.48.0 (65cbdd2dc 2020-10-14)
Compilation
Linking: static
Cross compilation: no
Target architecture: amd64
The text was updated successfully, but these errors were encountered: