// use pin_utils::pin_mut; // use scoped_async_spawn::SpawnGuard; #[test] fn test_lifetime() { // let string = String::from("hello"); // let fut1 = async { // println!("{string}"); // }; // let guard = SpawnGuard::new(); // pin_mut!(guard); // let _fut1 = guard.convert_future(fut1); }