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,
107 pub(crate) enum SourceAnnotation { enum206 ) -> Result<SourceAnnotation> { in collect_source_annotations()
319 source_annotations: &BTreeMap<PackageId, SourceAnnotation>, in new() argument