use with_tempdir::with_tempdir; #[with_tempdir] fn no_arg_fn(_: &std::path::Path) { unimplemented!() } fn main() { assert!(true); }