Skip to content

Commit e5e02ac

Browse files
committed
w
1 parent 349c9e4 commit e5e02ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/error_reporting/infer/nice_region_error/different_lifetimes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl<'a, 'tcx> NiceRegionError<'a, 'tcx> {
8585
let sup_is_ret_type =
8686
self.is_return_type_anon(sup_info.scope, sup_info.region_def_id, ty_fndecl_sup);
8787
let sub_is_ret_type =
88-
self.is_return_type_anon(sub_info.scope, sup_info.region_def_id, ty_fndecl_sub);
88+
self.is_return_type_anon(sub_info.scope, sub_info.region_def_id, ty_fndecl_sub);
8989

9090
debug!(
9191
"try_report_anon_anon_conflict: sub_is_ret_type={:?} sup_is_ret_type={:?}",

0 commit comments

Comments
 (0)