Home
last modified time | relevance | path

Searched defs:span_note (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs154 pub fn span_note(self, span: Span, msg: String) -> Self { in span_note() method
/third_party/rust/rust/compiler/rustc_lint/src/
Dtypes.rs1284 let span_note = if let ty::Adt(def, _) = ty.kind() in emit_ffi_unsafe_type_lint() localVariable
Dlints.rs1494 pub span_note: Option<Span>, field
/third_party/rust/rust/compiler/rustc_errors/src/
Ddiagnostic.rs489 pub fn span_note<S: Into<MultiSpan>>( in span_note() method
/third_party/rust/rust/compiler/rustc_hir_analysis/src/
Derrors.rs625 pub span_note: MustImplementNotFunctionSpanNote, field