// This is a test for us to see what are the error messages this gives us.
//usefs_tree::{util, FileTree};fnmain(){let path ="Cargo.toml";ifletErr(err)=FileTree::collect_from_directory(path){eprintln!("{}", err);}ifletErr(err)=util::symlink_follow(path){eprintln!("{}", err);}}