factor erange handling into its own function #857
test.yml
on: pull_request
build-debian-package-11
1m 45s
build-debian-package-12
1m 7s
build-debian-package-13
1m 9s
build-debian-11
1m 3s
build-debian-12
47s
build-debian-13
49s
clippy
9s
create-release
0s
Annotations
14 errors and 2 warnings
cannot borrow `f` as mutable, as it is not declared as mutable:
src/handlers.rs#L55
error[E0596]: cannot borrow `f` as mutable, as it is not declared as mutable
--> src/handlers.rs:55:19
|
55 | let ret = f(buf);
| ^ cannot borrow as mutable
|
help: consider changing this to be mutable
|
50 | fn call_with_erange_handling<F>(buf: &mut Vec<c_char>, mut f: F) -> i32
| +++
|
clippy
Clippy had exited with the 101 exit code
|
build-debian-12
cannot borrow `f` as mutable, as it is not declared as mutable
|
build-debian-12
Process completed with exit code 101.
|
build-debian-13
cannot borrow `f` as mutable, as it is not declared as mutable
|
build-debian-13
Process completed with exit code 101.
|
build-debian-11
cannot borrow `f` as mutable, as it is not declared as mutable
|
build-debian-11
Process completed with exit code 101.
|
build-debian-package-12
cannot borrow `f` as mutable, as it is not declared as mutable
|
build-debian-package-12
Process completed with exit code 2.
|
build-debian-package-13
cannot borrow `f` as mutable, as it is not declared as mutable
|
build-debian-package-13
Process completed with exit code 2.
|
build-debian-package-11
cannot borrow `f` as mutable, as it is not declared as mutable
|
build-debian-package-11
Process completed with exit code 2.
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|