17e2e9c0cSopenharmony_ci#![deny(warnings)] 27e2e9c0cSopenharmony_ci#![allow(clippy::derive_partial_eq_without_eq)] 37e2e9c0cSopenharmony_ci 47e2e9c0cSopenharmony_ci// This test target is convoluted with the actual #[test] in a separate file to 57e2e9c0cSopenharmony_ci// get it so that the stable compiler does not need to parse the code of the 67e2e9c0cSopenharmony_ci// test. If the test were written with #[cfg(feature = "unstable")] #[test] 77e2e9c0cSopenharmony_ci// right here, the stable compiler would fail to parse those raw identifiers 87e2e9c0cSopenharmony_ci// even if the cfg were not enabled. 97e2e9c0cSopenharmony_ci#[cfg(feature = "unstable")] 107e2e9c0cSopenharmony_cimod unstable; 11