mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Impl hovering for TypeParams
This commit is contained in:
parent
5b86ff3e91
commit
47900dd3bc
3 changed files with 67 additions and 7 deletions
|
@ -595,7 +595,7 @@ impl HirDisplay for FnSig {
|
|||
}
|
||||
}
|
||||
|
||||
fn write_bounds_like_dyn_trait(
|
||||
pub fn write_bounds_like_dyn_trait(
|
||||
predicates: &[GenericPredicate],
|
||||
f: &mut HirFormatter,
|
||||
) -> Result<(), HirDisplayError> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue