File tree Expand file tree Collapse file tree
compiler/rustc_hir_analysis/src/hir_ty_lowering Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments