Update dependencies, clean up, fix GDB stub #73
Annotations
9 errors and 2 warnings
`&'static str` can't be used as a const parameter type:
core/src/cpu/disasm/thumb/mem.rs#L4
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>(
| ^^^^^^^^^^^^
|
`&'static str` can't be used as a const parameter type:
core/src/cpu/disasm/arm/mem.rs#L77
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,
| ^^^^^^^^^^^^
|
Build (macOS-aarch64)
Process completed with exit code 101.
|
Build (macOS-x86_64)
The job was canceled because "macos-latest_macOS-aarch6" failed.
|
Build (macOS-x86_64)
Process completed with exit code 101.
|
Build (Windows)
The job was canceled because "macos-latest_macOS-aarch6" failed.
|
Build (Windows)
The operation was canceled.
|
Build (Linux)
The job was canceled because "macos-latest_macOS-aarch6" failed.
|
Build (Linux)
The operation was canceled.
|
use of deprecated method `winit::event_loop::EventLoop::<T>::run`: use `EventLoop::run_app` instead:
frontend/desktop/src/ui/window.rs#L599
warning: use of deprecated method `winit::event_loop::EventLoop::<T>::run`: use `EventLoop::run_app` instead
--> frontend/desktop/src/ui/window.rs:599:33
|
599 | let _ = self.event_loop.run(move |event, elwt| {
| ^^^
|
= note: `#[warn(deprecated)]` on by default
|
unused import: `WindowAttributes`:
frontend/desktop/src/ui/window.rs#L22
warning: unused import: `WindowAttributes`
--> frontend/desktop/src/ui/window.rs:22:37
|
22 | window::{Window as WinitWindow, WindowAttributes},
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
macOS-aarch64
Expired
|
2.95 MB |
|
macOS-x86_64
Expired
|
3.15 MB |
|