mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
a09a00a560
5520: Add DocumentData to represent in-memory document with LSP info r=matklad a=kjeremy At the moment this only holds document version information but in the near-future it will hold other things like semantic token delta info. Co-authored-by: kjeremy <kjeremy@gmail.com>