Searched refs:FileLocation (Results 1 – 1 of 1) sorted by relevance
19 $crate::FileLocation::new(file!(), line!())24 pub struct FileLocation { struct29 impl FileLocation { argument35 impl core::fmt::Display for FileLocation { implementation141 pub fn line_with_location(&mut self, contents: impl AsRef<str>, location: FileLocation) { in line_with_location() argument