Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: gba crate is broken due to recent nightly bug
rust-lang/rust#127853 (comment) ``` error[E0736]: attribute incompatible with `#[naked]` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gba-0.11.6/src/asm_runtime.rs:164:1 | 164 | /// Returns 0 in `r0`, while placing the `numerator` into `r1`. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `` attribute is incompatible with `#[naked]` ... 172 | #[naked] | -------- function marked with `#[naked]` here ```
- Loading branch information