Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/
Dsession_diagnostics.rs411 pub(crate) enum CaptureArgLabel { enum
/third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/
Dmod.rs580 f: impl FnOnce(Span) -> CaptureArgLabel, in args_subdiag()