On 2022-08-23 02:12+0100, Peter Green wrote:
> The API of gethostname has changed. Now instead of taking a buffer
> from the caller it retuns a Result
>
> Adjusting the code was easy enough, but I notice that the buffer size
> used by the new version of gethostname is about 4 times larger than
Package: rust-pleaser
Version: 0.5.1-4
Severity: serious
rust-pleaser fails to build with the new version of rust-nix.
error[E0061]: this function takes 0 arguments but 1 argument was supplied
--> src/lib.rs:416:19
|
416 | ro.hostname = gethostname(&mut buf)
|
2 matches
Mail list logo