pub fn parse_file<P: AsRef<Path>>(path: P) -> Result<File>
parse source code from given path to ast::File
ast::File