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 7c52065 + 0a26523 commit 02bdd41Copy full SHA for 02bdd41
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
// &&
rust-version
@@ -1 +1 @@
1
-6579ed89f0fcc26da71afdd11d30d63f6f812a0a
+3d5d7a24f76006b391d8a53d903ae64c1b4a52d2
0 commit comments