pub fn comments_of_file(path: PathBuf) -> Result<Vec<(Span, String)>>
Returns a list of (spanned) comments found in file path, or an error if the file at path could not be open.
path