Home
last modified time | relevance | path

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

/external/rust/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,
/external/bazelbuild-rules_rust/crate_universe/src/metadata/
Dmetadata_annotation.rs107 pub(crate) enum SourceAnnotation { enum
206 ) -> Result<SourceAnnotation> { in collect_source_annotations()
/external/bazelbuild-rules_rust/crate_universe/src/context/
Dcrate_context.rs319 source_annotations: &BTreeMap<PackageId, SourceAnnotation>, in new() argument