mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-19 08:34:09 +00:00
Auto merge of #3681 - rust-lang:rustup-2024-06-17, r=RalfJung
Automatic Rustup
This commit is contained in:
commit
eaeda4e16f
1 changed files with 1 additions and 0 deletions
|
@ -1387,6 +1387,7 @@ fn generic_args_sans_defaults<'ga>(
|
|||
}
|
||||
// otherwise, if the arg is equal to the param default, hide it (unless the
|
||||
// default is an error which can happen for the trait Self type)
|
||||
#[allow(unstable_name_collisions)]
|
||||
default_parameters.get(i).is_none_or(|default_parameter| {
|
||||
// !is_err(default_parameter.skip_binders())
|
||||
// &&
|
||||
|
|
Loading…
Reference in a new issue