--- source: full-moon/tests/fail_cases.rs expression: tokens input_file: full-moon/tests/cases/fail/parser/generic-for-4 --- - start_position: bytes: 0 line: 1 character: 1 end_position: bytes: 3 line: 1 character: 4 token_type: type: Symbol symbol: for - start_position: bytes: 3 line: 1 character: 4 end_position: bytes: 4 line: 1 character: 5 token_type: type: Whitespace characters: " " - start_position: bytes: 4 line: 1 character: 5 end_position: bytes: 9 line: 1 character: 10 token_type: type: Identifier identifier: index - start_position: bytes: 9 line: 1 character: 10 end_position: bytes: 10 line: 1 character: 11 token_type: type: Symbol symbol: "," - start_position: bytes: 10 line: 1 character: 11 end_position: bytes: 11 line: 1 character: 12 token_type: type: Whitespace characters: " " - start_position: bytes: 11 line: 1 character: 12 end_position: bytes: 16 line: 1 character: 17 token_type: type: Symbol symbol: local - start_position: bytes: 16 line: 1 character: 17 end_position: bytes: 17 line: 1 character: 18 token_type: type: Whitespace characters: " " - start_position: bytes: 17 line: 1 character: 18 end_position: bytes: 19 line: 1 character: 20 token_type: type: Symbol symbol: in - start_position: bytes: 19 line: 1 character: 20 end_position: bytes: 20 line: 1 character: 21 token_type: type: Whitespace characters: " " - start_position: bytes: 20 line: 1 character: 21 end_position: bytes: 25 line: 1 character: 26 token_type: type: Identifier identifier: pairs - start_position: bytes: 25 line: 1 character: 26 end_position: bytes: 26 line: 1 character: 27 token_type: type: Symbol symbol: ( - start_position: bytes: 26 line: 1 character: 27 end_position: bytes: 30 line: 1 character: 31 token_type: type: Identifier identifier: list - start_position: bytes: 30 line: 1 character: 31 end_position: bytes: 31 line: 1 character: 32 token_type: type: Symbol symbol: ) - start_position: bytes: 31 line: 1 character: 32 end_position: bytes: 32 line: 1 character: 33 token_type: type: Whitespace characters: " " - start_position: bytes: 32 line: 1 character: 33 end_position: bytes: 34 line: 1 character: 35 token_type: type: Symbol symbol: do - start_position: bytes: 34 line: 1 character: 35 end_position: bytes: 35 line: 1 character: 36 token_type: type: Whitespace characters: " " - start_position: bytes: 35 line: 1 character: 36 end_position: bytes: 38 line: 1 character: 39 token_type: type: Symbol symbol: end - start_position: bytes: 38 line: 1 character: 39 end_position: bytes: 38 line: 1 character: 39 token_type: type: Eof