Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast_passes/src/
Derrors.rs463 pub annotation_span: Span, field
477 pub annotation_span: Span, field
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
Dsuggestions.rs317 let annotation_span = ty.span; in suggest_deref_ref_or_into() localVariable