tblgen_alt::error

Trait SourceLoc

source
pub trait SourceLoc {
    // Required method
    fn source_location(self) -> SourceLocation;
}

Required Methods§

source

fn source_location(self) -> SourceLocation

Returns the source location.

Implementors§