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
1 parent 26f46e8 commit c7c4f24Copy full SHA for c7c4f24
compiler/rustc_trait_selection/src/traits/mod.rs
@@ -170,7 +170,7 @@ fn pred_known_to_hold_modulo_regions<'tcx>(
170
// The handling of regions in this area of the code is terrible,
171
// see issue #29149. We should be able to improve on this with
172
// NLL.
173
- let errors = fully_solve_obligation(infcx, obligation, infcx.old_defining_use_anchor);
+ let errors = fully_solve_obligation(infcx, obligation, DefiningAnchor::Error);
174
175
match &errors[..] {
176
[] => true,
0 commit comments