Closed
Description
erases all lifetimes for caching, including 'static
.
rust/compiler/rustc_trait_selection/src/traits/select/mod.rs
Lines 1026 to 1036 in d9297d2
changes the evaluation result depending on whether there are any erased regions in the predicate, excluding 'static
.
selection only drops allowed-to-overlap candidate if the other resulted in EvaluatedToOk
.
This means that depending on the order of evaluation, marker traits can either succeed or result in ambiguity