Home
last modified time | relevance | path

Searched refs:peel_derives (Results 1 – 6 of 6) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/
H A Dnote.rs362 &trace.cause.code.peel_derives(), in report_placeholder_failure()
368 &trace.cause.code.peel_derives() in report_placeholder_failure()
H A Dmod.rs783 cause.code.peel_derives() in note_error_origin()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/outlives/
H A Dobligations.rs105 match cause.code.peel_derives() { in register_region_obligation_with_cause()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/error_reporting/
H A Dmod.rs258 root_obligation.cause.code.peel_derives() in report_selection_error()
1307 obligation.cause.code.peel_derives(), in report_projection_error()
1965 match (obligation.predicate.kind().skip_binder(), obligation.cause.code.peel_derives()) in suggest_unsized_bound_if_applicable()
H A Dsuggestions.rs1012 match obligation.cause.code.peel_derives() { in suggest_impl_trait()
1207 match obligation.cause.code.peel_derives() { in point_at_returns_when_relevant()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/traits/
H A Dmod.rs386 pub fn peel_derives(&self) -> &Self { in peel_derives() method