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