mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Add Position::offset, and recompute line/column info based on source
This commit is contained in:
parent
443d738f9b
commit
4b04ec6bbc
7 changed files with 279 additions and 300 deletions
|
@ -12,7 +12,7 @@ use ven_ena::unify::{InPlace, Snapshot, UnificationTable, UnifyKey};
|
|||
static_assertions::assert_eq_size!([u8; 6 * 8], Descriptor);
|
||||
static_assertions::assert_eq_size!([u8; 4 * 8], Content);
|
||||
static_assertions::assert_eq_size!([u8; 3 * 8], FlatType);
|
||||
static_assertions::assert_eq_size!([u8; 6 * 8], Problem);
|
||||
// static_assertions::assert_eq_size!([u8; 6 * 8], Problem);
|
||||
static_assertions::assert_eq_size!([u8; 12], UnionTags);
|
||||
static_assertions::assert_eq_size!([u8; 2 * 8], RecordFields);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue