7dad0a231e
fix: Fix inlay hint resolution being broken So, things broke because we now store a hash (u64) in the resolution payload, but javascript and hence JSON only support integers of up to 53 bits (anything beyond gets truncated in various ways) which caused almost all hashes to always differ when resolving them. This masks the hash to 53 bits to work around that. Fixes https://github.com/rust-lang/rust-analyzer/issues/16962 |
||
---|---|---|
.. | ||
dev | ||
user |