Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast_passes/src/
Derrors.rs354 pub struct ArgsBeforeConstraint { struct
356 pub arg_spans: Vec<Span>,
358 pub constraints: Span,
360 pub args: Span,
362 pub data: Span,
363 pub suggestion: String,
364 pub constraint_len: usize,
365 pub args_len: usize,
367 pub constraint_spans: EmptyLabelManySpans,
369 pub arg_spans2: EmptyLabelManySpans,