1 2 3 4 5 6 7
use tmp_path::tmp_path; #[test] #[tmp_path] fn test_tmp_path() { assert!(tmp_path.exists()); }