Searched defs:SourceAnnotation (Results 1 – 3 of 3) sorted by relevance
75 pub struct SourceAnnotation<'a> { struct76 pub range: (usize, usize),77 pub label: &'a str,78 pub annotation_type: AnnotationType,
114 pub(crate) enum SourceAnnotation { enum213 ) -> Result<SourceAnnotation> { in collect_source_annotations()
349 source_annotations: &BTreeMap<PackageId, SourceAnnotation>, in new() argument