Stabilize type mismatch diagnostic 🎉

This commit is contained in:
Chayim Refael Friedman 2025-12-26 09:35:55 +02:00
parent 9581ba4daf
commit 5813fe7ff6

View File

@ -52,6 +52,7 @@ pub(crate) fn type_mismatch(ctx: &DiagnosticsContext<'_>, d: &hir::TypeMismatch<
),
display_range,
)
.stable()
.with_fixes(fixes(ctx, d))
}