Home
last modified time | relevance | path

Searched defs:source_slice (Results 1 – 2 of 2) 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
/third_party/rust/rust/src/tools/miri/src/concurrency/
Dvector_clock.rs187 let source_slice = source.as_slice(); in clone_from() localVariable