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.
1 parent e91405b commit 2fd874dCopy full SHA for 2fd874d
compiler/rustc_typeck/src/astconv/generics.rs
@@ -613,7 +613,6 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o {
613
param_counts.consts + named_type_param_count
614
- default_counts.types
615
- default_counts.consts
616
- - synth_type_param_count
617
};
618
debug!("expected_min: {:?}", expected_min);
619
debug!("arg_counts.lifetimes: {:?}", gen_args.num_lifetime_params());
0 commit comments