Home
last modified time | relevance | path

Searched refs:FileLocation (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/srcgen/src/
H A Dlib.rs19 $crate::FileLocation::new(file!(), line!())
24 pub struct FileLocation { struct
29 impl FileLocation { argument
35 impl core::fmt::Display for FileLocation { implementation
141 pub fn line_with_location(&mut self, contents: impl AsRef<str>, location: FileLocation) { in line_with_location() argument