EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> EvaluatedToErrStackDependent
This commit is contained in:
parent
f32d29837d
commit
d732c3b756
3 changed files with 14 additions and 14 deletions
|
@ -29,7 +29,7 @@ pub trait InferCtxtExt<'tcx> {
|
|||
/// - the parameter environment
|
||||
///
|
||||
/// Invokes `evaluate_obligation`, so in the event that evaluating
|
||||
/// `Ty: Trait` causes overflow, EvaluatedToRecur (or EvaluatedToUnknown)
|
||||
/// `Ty: Trait` causes overflow, EvaluatedToErrStackDependent (or EvaluatedToAmbigStackDependent)
|
||||
/// will be returned.
|
||||
fn type_implements_trait(
|
||||
&self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue