about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/lib
AgeCommit message (Collapse)AuthorLines
2024-05-08fix: Report all LSP protocol errors with invalid_dataWilfred Hughes-10/+18
Previously we did not use invalid_data for serde errors, making it harder to understand errors when the client sends malformed data to the server.
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+2796