Home
last modified time | relevance | path

Searched defs:source_slice (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/codespan/codespan/src/
Dfile.rs219 pub fn source_slice(&self, file_id: FileId, span: impl Into<Span>) -> Result<&str, Error> { in source_slice() function
370 fn source_slice(&self, span: Span) -> Result<&str, Error> { in source_slice() function