mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-27 16:07:46 +00:00
Stabilize type mismatch diagnostic 🎉
This commit is contained in:
parent
9581ba4daf
commit
5813fe7ff6
@ -52,6 +52,7 @@ pub(crate) fn type_mismatch(ctx: &DiagnosticsContext<'_>, d: &hir::TypeMismatch<
|
||||
),
|
||||
display_range,
|
||||
)
|
||||
.stable()
|
||||
.with_fixes(fixes(ctx, d))
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user