Skip to content

doc: 📝 add an explanation on the targets #60

doc: 📝 add an explanation on the targets

doc: 📝 add an explanation on the targets #60

GitHub Actions / clippy failed Jan 2, 2024 in 0s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.77.0-nightly (e51e98dde 2023-12-31)
  • cargo 1.77.0-nightly (ac6bbb332 2023-12-26)
  • clippy 0.1.77 (e51e98d 2023-12-31)

Annotations

Check failure on line 1 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-idf-hal-0.40.1/src/interrupt.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `core::sync::atomic::AtomicU64`

error[E0432]: unresolved import `core::sync::atomic::AtomicU64`
 --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-idf-hal-0.40.1/src/interrupt.rs:1:26
  |
1 | use core::sync::atomic::{AtomicU64, Ordering};
  |                          ^^^^^^^^^
  |                          |
  |                          no `AtomicU64` in `sync::atomic`
  |                          help: a similar name exists in the module: `AtomicU32`