Skip to content

Conversation

boondocklabs
Copy link
Contributor

No description provided.

Rust 1.89.0 detects that `ATanH` is never constructed. func::ATan was being used rather than func::ATanH

error: struct `ATanH` is never constructed
   --> src/cordic.rs:466:16
    |
466 |     pub struct ATanH;
    |                ^^^^^
    |
    = note: `-D dead-code` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(dead_code)]`

error: could not compile `stm32g4xx-hal` (lib) due to 1 previous error
@boondocklabs boondocklabs mentioned this pull request Aug 13, 2025
@usbalbin usbalbin added this pull request to the merge queue Aug 13, 2025
@usbalbin
Copy link
Member

Thank you!

Merged via the queue into stm32-rs:main with commit 62272cb Aug 13, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants