20 lines
435 B
Text
20 lines
435 B
Text
---
|
|
source: src/tokens.rs
|
|
expression: "tokenize(\"++0\".to_string(), \"src/ints.sql\".to_string(),)"
|
|
---
|
|
Err(
|
|
[
|
|
ScanError {
|
|
location: Location {
|
|
file: "src/ints.sql",
|
|
offset: 0,
|
|
length: 3,
|
|
},
|
|
kind: ParseIntError(
|
|
ParseIntError {
|
|
kind: InvalidDigit,
|
|
},
|
|
),
|
|
},
|
|
],
|
|
)
|