Home
last modified time | relevance | path

Searched refs:as_requirement_str (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/
H A Dnote.rs31 &format!("...so that the {}", trace.cause.as_requirement_str()), in note_region_origin()
42 &format!("...so that {}", trace.cause.as_requirement_str()), in note_region_origin()
H A Dmod.rs2528 &format!("...so that the {}", sup_trace.cause.as_requirement_str()), in report_sub_sup_conflict()
2622 fn as_requirement_str(&self) -> &'static str; in as_requirement_str() method
2662 fn as_requirement_str(&self) -> &'static str { in as_requirement_str() method