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
error: there is no argument named `s`
--> client/src/logger.rs:51:74
|
51 | Err(err) => eprintln!("WARN ignoring log directive: `{s}`: {err}"),
| ^^^
error: there is no argument named `err`
--> client/src/logger.rs:51:80
|
51 | Err(err) => eprintln!("WARN ignoring log directive: `{s}`: {err}"),
| ^^^^^
error: there is no argument named `os_string`
--> client/src/logger.rs:57:72
|
57 | "WARN ignoring log directives due to non-unicode data: {os_string:?}"
| ^^^^^^^^^^^^^
error: could not compile `airshipper` due to 3 previous errors
compiling for another user. this seems to fail at the very end during rust compilation.
note the errors only happen on master (and may happen on all architectures. I am able to compile the last release tag
The text was updated successfully, but these errors were encountered:
compiling for another user. this seems to fail at the very end during rust compilation.
note the errors only happen on master (and may happen on all architectures. I am able to compile the last release tag
The text was updated successfully, but these errors were encountered: