use with_tempdir::with_tempdir; #[with_tempdir] fn no_arg_fn() { unimplemented!() } fn main() { assert!(true); }