fn add_reference(
ctx: &DiagnosticsContext<'_, '_>,
d: &TypeMismatch<'_>,
expr_ptr: &InFile<AstPtr<Expr>>,
acc: &mut Vec<Assist>,
) -> Option<()>fn add_reference(
ctx: &DiagnosticsContext<'_, '_>,
d: &TypeMismatch<'_>,
expr_ptr: &InFile<AstPtr<Expr>>,
acc: &mut Vec<Assist>,
) -> Option<()>