// Temporary workaround until the `async_event_loom` flag can be whitelisted
// without a `build.rs` [1].
//
// [1]: (https://github.com/rust-lang/rust/issues/124800).
/// Non-Loom tests that may not leak memory; on MIRI, enabled only if
/// `tachyonix_ignore_leaks` is not configured.
/// Non-Loom tests that may leak memory; on MIRI, enabled only if
/// `tachyonix_ignore_leaks` is configured.