Support '??' syntax for optional record fields

This commit is contained in:
Anthony Bullard 2025-01-04 14:26:20 -06:00
parent 3d4dd5b583
commit a24fe430b4
No known key found for this signature in database
21 changed files with 42 additions and 43 deletions

View file

@ -4538,8 +4538,8 @@ mod test_reporting {
4 f : { foo bar }
^
I was expecting to see a colon, question mark, comma or closing curly
brace.
I was expecting to see a colon, two question marks (??), comma or
closing curly brace.
"
);