Impl hovering for TypeParams

This commit is contained in:
Lukas Wirth 2021-01-02 00:05:51 +01:00
parent 5b86ff3e91
commit 47900dd3bc
3 changed files with 67 additions and 7 deletions

View file

@ -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> {