GitHub Actions / Run clippy (macos-latest, all features)
failed
Aug 6, 2024 in 0s
Run clippy (macos-latest, all features)
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.82.0-nightly (e57f3090a 2024-08-05)
- cargo 1.82.0-nightly (fa6465836 2024-08-02)
- clippy 0.1.82 (e57f3090 2024-08-05)
Annotations
Check failure on line 4 in core/src/cpu/disasm/thumb/mem.rs
github-actions / Run clippy (macos-latest, all features)
`&'static str` can't be used as a const parameter type
error[E0741]: `&'static str` can't be used as a const parameter type
--> core/src/cpu/disasm/thumb/mem.rs:4:37
|
4 | pub(super) fn ldr_str<const OPCODE: &'static str, const IMM_OFFSET_SHIFT: u8, const IMM: bool>(
| ^^^^^^^^^^^^
Check failure on line 77 in core/src/cpu/disasm/arm/mem.rs
github-actions / Run clippy (macos-latest, all features)
`&'static str` can't be used as a const parameter type
error[E0741]: `&'static str` can't be used as a const parameter type
--> core/src/cpu/disasm/arm/mem.rs:77:19
|
77 | const SUFFIX: &'static str,
| ^^^^^^^^^^^^
Loading