// use smol::Timer;
// use floop::floop;
// // this will need to be manually commented and uncommented until `trybuild` works again.
// #[test]
// fn manual_footgun_detector_test() {
// let mut block = Timer::never();
// let future = floop!{
// biased
// _blarg in &mut block => {}
// };
// drop(future);
// }