Home
last modified time | relevance | path

Searched defs:SourceAnnotation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/src/
Dsnippet.rs75 pub struct SourceAnnotation<'a> { struct
76 pub range: (usize, usize),
77 pub label: &'a str,
78 pub annotation_type: AnnotationType,
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/metadata/
H A Dmetadata_annotation.rs114 pub(crate) enum SourceAnnotation { enum
213 ) -> Result<SourceAnnotation> { in collect_source_annotations()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/context/
H A Dcrate_context.rs349 source_annotations: &BTreeMap<PackageId, SourceAnnotation>, in new() argument