Skip to content

Commit dd9d6c4

Browse files
committed
Remove obsolete fixmes
1 parent 61698eb commit dd9d6c4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • compiler/rustc_hir_analysis/src/hir_ty_lowering

compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2931,8 +2931,6 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
29312931
let parent_args = get_segment(info.parent_args_segment_id).map(|(segment, def_id)| {
29322932
let self_ty = get_delegation_self_ty(self.tcx(), self.item_def_id());
29332933

2934-
// FIXME(fn_delegation): execute this call with silenced dcx, as now warnings are duplicated, remove
2935-
// diagnostics deduplication in `free-fn-to-trait-infer.rs` and `generics-gen-args-errors.rs`.
29362934
self.lower_generic_args_of_path(
29372935
segment.ident.span,
29382936
def_id,
@@ -2956,8 +2954,6 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
29562954
&[]
29572955
};
29582956

2959-
// FIXME(fn_delegation): execute this call with silenced dcx, as now warnings are duplicated, remove
2960-
// diagnostics deduplication in `free-fn-to-trait-infer.rs` and `generics-gen-args-errors.rs`.
29612957
let args = self
29622958
.lower_generic_args_of_path(
29632959
segment.ident.span,

0 commit comments

Comments
 (0)