Searched defs:with_labels (Results 1 – 2 of 2) sorted by relevance
199 pub fn with_labels(mut self, mut labels: Vec<Label<FileId>>) -> Diagnostic<FileId> { in with_labels() method
208 pub fn with_labels(mut self, labels: impl IntoIterator<Item = LabeledSpan>) -> Self { in with_labels() method