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.
1 parent 0b5dd42 commit 785ae4dCopy full SHA for 785ae4d
crates/hir_ty/src/lower.rs
@@ -1676,7 +1676,7 @@ pub(crate) fn lower_to_chalk_mutability(m: hir_def::type_ref::Mutability) -> Mut
1676
1677
/// Checks if the provided generic arg matches its expected kind, then lower them via
1678
/// provided closures. Use unknown if there was kind mismatch.
1679
-///
+///
1680
/// Returns `Some` of the lowered generic arg. `None` if the provided arg is a lifetime.
1681
pub(crate) fn generic_arg_to_chalk<'a, T>(
1682
db: &dyn HirDatabase,
0 commit comments