mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 20:30:09 +01:00
* implement tuple restrictions: (1) named fields after positional, (2) order matters * after_named_member => seen_named_member
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
8: type error in ==
|
|
expected: (0 = Int@2, 1 = Int@3)
|
|
actual: (0 = Int@5)
|
|
EXIT CODE: 255
|