failed attributes
| status |
attribute |
duration |
| failed |
checks.aarch64-linux.package
|
4s |
flakelet-relay-0.1.0:
| ^^^^^^
help: remove the extra argument
|
41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status( …
flakelet-relay-0.1.0:
| ^^^^^^
help: remove the extra argument
|
41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);
41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]);
|
For more information about this error, try `rustc --explain E0061`.
error: could not compile `flakelet-relay` (lib) due to 1 previous error
|
| dependency failed |
checks.x86_64-linux.nixos-test
|
— |
| failed |
checks.x86_64-linux.package
|
4s |
flakelet-relay-0.1.0:
| ^^^^^^
help: remove the extra argument
|
41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status( …
flakelet-relay-0.1.0:
| ^^^^^^
help: remove the extra argument
|
41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);
41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]);
|
For more information about this error, try `rustc --explain E0061`.
error: could not compile `flakelet-relay` (lib) due to 1 previous error
|