Home
last modified time | relevance | path

Searched defs:span_help (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs133 pub fn span_help(self, span: Span, msg: String) -> Self { in span_help() method
/third_party/rust/rust/compiler/rustc_errors/src/
Ddiagnostic.rs544 pub fn span_help<S: Into<MultiSpan>>( in span_help() method