See issue [#55002](https://github.com/rust-lang/rust/issues/55002)
@@ -4,6 +4,8 @@
#![deny(unused_must_use, missing_docs)]
#![allow(clippy::identity_op)]
#![allow(dead_code)]
+/// cause core::hint::spin_loop need this feature eenabled.
+#![feature(renamed_spin_loop)]
// #[macro_use]
extern crate log;