This commit is contained in:
Ayaz Hafiz 2023-06-07 11:51:59 -05:00
parent 14c2548828
commit dca1a0d1da
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -1316,6 +1316,7 @@ fn ordered_tag_union_memory_layout() {
x : Node
x = Height 1 { line: 2, column: 3 }
x
"#
),
r#"Height 1 { column: 3, line: 2 } : Node"#,