Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dtest_db.rs105 pub(crate) fn extract_annotations(&self) -> IntMap<FileId, Vec<(TextRange, String)>> { in extract_annotations() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/test-utils/src/
Dlib.rs232 pub fn extract_annotations(text: &str) -> Vec<(TextRange, String)> { in extract_annotations() function