rust-analyzer/crates/hir-ty
Chayim Refael Friedman a9e015f8ee Coerce two FnDefs to fn pointers even if they are the same, if they are subtypes
That's because they can be the same function but still different substs, which mandates them to coerce to fn pointers in order to unify.
2024-12-07 19:16:00 +02:00
..
src Coerce two FnDefs to fn pointers even if they are the same, if they are subtypes 2024-12-07 19:16:00 +02:00
Cargo.toml Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock 2024-08-16 09:53:37 +03:00