Bump libc from 0.2.158 to 0.2.168 #147
clippy
6 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 6 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.85.0-nightly (4d669fb34 2024-12-08)
- cargo 1.85.0-nightly (20a443231 2024-12-06)
- clippy 0.1.85 (4d669fb34e 2024-12-08)
Annotations
Check failure on line 142 in blocks/src/main.rs
github-actions / clippy
creating a mutable reference to mutable static is discouraged
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
Check failure on line 95 in blocks/src/main.rs
github-actions / clippy
creating a mutable reference to mutable static is discouraged
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
Check failure on line 142 in blocks/src/main.rs
github-actions / clippy
creating a mutable reference to mutable static is discouraged
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
Check failure on line 95 in blocks/src/main.rs
github-actions / clippy
creating a mutable reference to mutable static is discouraged
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
Check failure on line 94 in blocks/src/main.rs
github-actions / clippy
creating a mutable reference to mutable static is discouraged
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)]`
Check failure on line 94 in blocks/src/main.rs
github-actions / clippy
creating a mutable reference to mutable static is discouraged
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)]`