Bump env_logger from 0.11.5 to 0.11.6 #154
Annotations
6 errors and 1 warning
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)]`
|
ubuntu-latest / nightly
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|