We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
old_defining_use_anchor
Error
1 parent 9543b0e commit 26f46e8Copy full SHA for 26f46e8
compiler/rustc_trait_selection/src/traits/mod.rs
@@ -424,7 +424,7 @@ pub fn fully_solve_bound<'tcx>(
424
let trait_ref = tcx.mk_trait_ref(bound, [ty]);
425
let obligation = Obligation::new(tcx, cause, param_env, ty::Binder::dummy(trait_ref));
426
427
- fully_solve_obligation(infcx, obligation, infcx.old_defining_use_anchor)
+ fully_solve_obligation(infcx, obligation, DefiningAnchor::Error)
428
}
429
430
/// Normalizes the predicates and checks whether they hold in an empty environment. If this
0 commit comments