Rewrite goto definition tests

This commit is contained in:
Aleksey Kladov
2020-06-30 13:03:08 +02:00
parent d34e725f09
commit 4484908a86
5 changed files with 484 additions and 611 deletions

View File

@@ -80,7 +80,7 @@ pub struct FilePosition {
pub offset: TextSize,
}
#[derive(Clone, Copy, Debug)]
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub struct FileRange {
pub file_id: FileId,
pub range: TextRange,