Use u64 instead of i64 in Int type (#11356)
## Summary I believe the value here is always unsigned, since we represent `-42` as a unary operator on `42`.
This commit is contained in:
@@ -79,12 +79,18 @@ expression: lex_source(source)
|
||||
),
|
||||
(
|
||||
Int {
|
||||
value: 0x995DC9BBDF1939FA,
|
||||
value: 11051210869376104954,
|
||||
},
|
||||
64..82,
|
||||
),
|
||||
(
|
||||
Int {
|
||||
value: 0x995DC9BBDF1939FA995DC9BBDF1939FA,
|
||||
},
|
||||
83..117,
|
||||
),
|
||||
(
|
||||
Newline,
|
||||
82..82,
|
||||
117..117,
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user