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.
2 parents ffbfd02 + 867bd09 commit 0a26523Copy full SHA for 0a26523
crates/hir-ty/src/display.rs
@@ -1426,6 +1426,7 @@ fn generic_args_sans_defaults<'ga>(
1426
}
1427
// otherwise, if the arg is equal to the param default, hide it (unless the
1428
// default is an error which can happen for the trait Self type)
1429
+ #[allow(unstable_name_collisions)]
1430
default_parameters.get(i).is_none_or(|default_parameter| {
1431
// !is_err(default_parameter.skip_binders())
1432
// &&
0 commit comments