Searched refs:with_labels (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/codespan-reporting/tests/ |
D | term.rs | 150 .with_labels(vec![ 259 .with_labels(vec![ 268 .with_labels(vec![ 277 .with_labels(vec![ 288 .with_labels(vec![ 415 .with_labels(vec![Label::primary((), 6..6).with_message("middle")]), 418 .with_labels(vec![Label::primary((), 12..12).with_message("end of line")]), 421 .with_labels(vec![Label::primary((), 23..23).with_message("end of line")]), 424 .with_labels(vec![Label::primary((), eof..eof).with_message("end of file")]), 450 .with_labels(vec![ [all …]
|
/external/rust/crates/codespan-reporting/examples/ |
D | term.rs | 98 .with_labels(vec![ in main() 107 .with_labels(vec![ in main() 115 .with_labels(vec![ in main() 130 .with_labels(vec![ in main() 147 .with_labels(vec![ in main()
|
D | reusable_diagnostic.rs | 63 .with_labels(vec![ in report() 76 .with_labels(vec![ in report()
|
D | custom_files.rs | 172 .with_labels( in to_diagnostic() 186 .with_labels( in to_diagnostic()
|
D | peg_calculator.rs | 59 .with_labels(vec![ in main()
|
D | readme_preview.rs | 64 .with_labels(vec![ in main()
|
/external/rust/crates/codespan-reporting/src/ |
D | term.rs | 117 let diagnostic = Diagnostic::bug().with_labels(vec![Label::primary(id, 0..0)]); in unsized_emit()
|
D | diagnostic.rs | 199 pub fn with_labels(mut self, mut labels: Vec<Label<FileId>>) -> Diagnostic<FileId> { in with_labels() method
|
/external/rust/crates/codespan-reporting/ |
D | CHANGELOG.md | 20 - `Diagnostic::with_labels` and `Diagnostic::with_notes` now append additional
|