Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_driver_impl/src/
Dlib.rs515 let file_name = FileName::doc_test_source_code(PathBuf::from(path), line); in make_input()
/third_party/rust/rust/compiler/rustc_span/src/
Dlib.rs418 pub fn doc_test_source_code(path: PathBuf, line: isize) -> FileName { in doc_test_source_code() method