We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55fc418 + 588eb6b commit f7669c1Copy full SHA for f7669c1
crates/hir-ty/src/display.rs
@@ -1387,6 +1387,7 @@ fn generic_args_sans_defaults<'ga>(
1387
}
1388
// otherwise, if the arg is equal to the param default, hide it (unless the
1389
// default is an error which can happen for the trait Self type)
1390
+ #[allow(unstable_name_collisions)]
1391
default_parameters.get(i).is_none_or(|default_parameter| {
1392
// !is_err(default_parameter.skip_binders())
1393
// &&
0 commit comments