[][src]Function autumn::path_location

pub fn path_location<P: AsRef<Path>>(path: P) -> FileSource<P, Span>

Create a new source file location that knows the source path to the file.

This will create a location for the start of the source file with the given path.