Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Conversation

@zjp-CN
Copy link

@zjp-CN zjp-CN commented Jan 9, 2025

No description provided.

zjp-CN added 4 commits January 9, 2025 17:18
warning: the feature `const_nonnull_new` has been stable since 1.85.0-nightly and no longer requires an attribute to enable
  --> src/lib.rs:17:12
   |
17 | #![feature(const_nonnull_new)]
   |            ^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(stable_features)]` on by default

warning: the feature `const_option` has been stable since 1.83.0 and no longer requires an attribute to enable
  --> src/lib.rs:16:12
   |
16 | #![feature(const_option)]
   |            ^^^^^^^^^^^^

warning: the feature `const_ptr_as_ref` has been stable since 1.83.0 and no longer requires an attribute to enable
  --> src/lib.rs:15:12
   |
15 | #![feature(const_ptr_as_ref)]
   |            ^^^^^^^^^^^^^^^^
warning: operator precedence can trip the unwary
   --> src/gic_v3.rs:330:26
    |
330 |         let mut ppinum = typer >> 27 & 0x1f;
    |                          ^^^^^^^^^^^^^^^^^^ help: consider parenthesizing your expression: `(typer >> 27) & 0x1f`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#precedence
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant