Skip to content

Bump libc from 0.2.158 to 0.2.167 #110

Bump libc from 0.2.158 to 0.2.167

Bump libc from 0.2.158 to 0.2.167 #110

Triggered via pull request November 29, 2024 11:26
Status Success
Total duration 1m 13s
Artifacts

test.yml

on: pull_request
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

6 errors
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L142
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:142:9 | 142 | GLOB.statusloop(); | ^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L95
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:95:9 | 95 | GLOB.writestatus(); | ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L94
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:94:9 | 94 | GLOB.getsigcmds(signum - SIGRTMIN()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives = note: `-D static-mut-refs` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(static_mut_refs)]`
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L142
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:142:9 | 142 | GLOB.statusloop(); | ^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L95
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:95:9 | 95 | GLOB.writestatus(); | ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
creating a mutable reference to mutable static is discouraged: blocks/src/main.rs#L94
error: creating a mutable reference to mutable static is discouraged --> blocks/src/main.rs:94:9 | 94 | GLOB.getsigcmds(signum - SIGRTMIN()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives = note: `-D static-mut-refs` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(static_mut_refs)]`