@@ -46,13 +46,13 @@ contract 9c {
4646 Diagnostic { loc: File ( 0 , 17 , 21 ) , level: Error , ty: ParserError , message: "'frum' found where 'from' expected" . to_string( ) , notes: vec![ ] } ,
4747 Diagnostic { loc: File ( 0 , 48 , 49 ) , level: Error , ty: ParserError , message: "unrecognised token ';', expected \" *\" , \" <\" , \" <=\" , \" =\" , \" >\" , \" >=\" , \" ^\" , \" ~\" , identifier, number, string" . to_string( ) , notes: vec![ ] } ,
4848 Diagnostic { loc: File ( 0 , 62 , 65 ) , level: Error , ty: ParserError , message: r#"unrecognised token 'for', expected "(", ";", "=""# . to_string( ) , notes: vec![ ] } ,
49- Diagnostic { loc: File ( 0 , 78 , 79 ) , level: Error , ty: ParserError , message: r#"unrecognised token '9', expected "case", "default", "leave", "revert", "switch", identifier"# . to_string( ) , notes: vec![ ] } ,
50- Diagnostic { loc: File ( 0 , 95 , 96 ) , level: Error , ty: ParserError , message: "unrecognised token '0', expected \" (\" , \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" immutable\" , \" internal\" , \" leave\" , \" override\" , \" private\" , \" public\" , \" revert\" , \" switch\" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
49+ Diagnostic { loc: File ( 0 , 78 , 79 ) , level: Error , ty: ParserError , message: r#"unrecognised token '9', expected "case", "default", "fallback", " leave", "receive ", "revert", "switch", identifier"# . to_string( ) , notes: vec![ ] } ,
50+ Diagnostic { loc: File ( 0 , 95 , 96 ) , level: Error , ty: ParserError , message: "unrecognised token '0', expected \" (\" , \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" fallback \" , \" immutable\" , \" internal\" , \" leave\" , \" override\" , \" private\" , \" public\" , \" receive \" , \" revert\" , \" switch\" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
5151 Diagnostic { loc: File ( 0 , 116 , 123 ) , level: Error , ty: ParserError , message: "unrecognised token 'uint256', expected \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" default\" , \" leave\" , \" switch\" , identifier" . to_string( ) , notes: vec![ ] } ,
52- Diagnostic { loc: File ( 0 , 403 , 404 ) , level: Error , ty: ParserError , message: "unrecognised token '3', expected \" (\" , \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" immutable\" , \" internal\" , \" leave\" , \" override\" , \" private\" , \" public\" , \" revert\" , \" switch\" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
53- Diagnostic { loc: File ( 0 , 441 , 442 ) , level: Error , ty: ParserError , message: r#"unrecognised token '4', expected "(", "case", "default", "leave", "revert", "switch", identifier"# . to_string( ) , notes: vec![ ] } ,
54- Diagnostic { loc: File ( 0 , 460 , 461 ) , level: Error , ty: ParserError , message: "unrecognised token '!', expected \" ;\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" immutable\" , \" internal\" , \" leave\" , \" override\" , \" payable\" , \" private\" , \" public\" , \" pure\" , \" return\" , \" returns\" , \" revert\" , \" switch\" , \" view\" , \" virtual\" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
55- Diagnostic { loc: File ( 0 , 482 , 483 ) , level: Error , ty: ParserError , message: "unrecognised token '3', expected \" !=\" , \" %\" , \" %=\" , \" &\" , \" &&\" , \" &=\" , \" (\" , \" *\" , \" **\" , \" *=\" , \" +\" , \" ++\" , \" +=\" , \" -\" , \" --\" , \" -=\" , \" .\" , \" /\" , \" /=\" , \" ;\" , \" <\" , \" <<\" , \" <<=\" , \" <=\" , \" =\" , \" ==\" , \" >\" , \" >=\" , \" >>\" , \" >>=\" , \" ?\" , \" [\" , \" ^\" , \" ^=\" , \" calldata\" , \" case\" , \" default\" , \" leave\" , \" memory\" , \" revert\" , \" storage\" , \" switch\" , \" {\" , \" |\" , \" |=\" , \" ||\" , identifier" . to_string( ) , notes: vec![ ] } ,
52+ Diagnostic { loc: File ( 0 , 403 , 404 ) , level: Error , ty: ParserError , message: "unrecognised token '3', expected \" (\" , \" ++\" , \" --\" , \" .\" , \" [\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" fallback \" , \" immutable\" , \" internal\" , \" leave\" , \" override\" , \" private\" , \" public\" , \" receive \" , \" revert\" , \" switch\" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
53+ Diagnostic { loc: File ( 0 , 441 , 442 ) , level: Error , ty: ParserError , message: r#"unrecognised token '4', expected "(", "case", "default", "fallback", " leave", "receive ", "revert", "switch", identifier"# . to_string( ) , notes: vec![ ] } ,
54+ Diagnostic { loc: File ( 0 , 460 , 461 ) , level: Error , ty: ParserError , message: "unrecognised token '!', expected \" ;\" , \" case\" , \" constant\" , \" default\" , \" external\" , \" fallback \" , \" immutable\" , \" internal\" , \" leave\" , \" override\" , \" payable\" , \" private\" , \" public\" , \" pure\" , \" receive \" , \" return\" , \" returns\" , \" revert\" , \" switch\" , \" view\" , \" virtual\" , \" {\" , identifier" . to_string( ) , notes: vec![ ] } ,
55+ Diagnostic { loc: File ( 0 , 482 , 483 ) , level: Error , ty: ParserError , message: "unrecognised token '3', expected \" !=\" , \" %\" , \" %=\" , \" &\" , \" &&\" , \" &=\" , \" (\" , \" *\" , \" **\" , \" *=\" , \" +\" , \" ++\" , \" +=\" , \" -\" , \" --\" , \" -=\" , \" .\" , \" /\" , \" /=\" , \" ;\" , \" <\" , \" <<\" , \" <<=\" , \" <=\" , \" =\" , \" ==\" , \" >\" , \" >=\" , \" >>\" , \" >>=\" , \" ?\" , \" [\" , \" ^\" , \" ^=\" , \" calldata\" , \" case\" , \" default\" , \" fallback \" , \" leave\" , \" memory\" , \" receive \" , \" revert\" , \" storage\" , \" switch\" , \" {\" , \" |\" , \" |=\" , \" ||\" , identifier" . to_string( ) , notes: vec![ ] } ,
5656 Diagnostic { loc: File ( 0 , 518 , 522 ) , level: Error , ty: ParserError , message: "unrecognised token 'uint256', expected \" !=\" , \" %\" , \" %=\" , \" &\" , \" &&\" , \" &=\" , \" *\" , \" **\" , \" *=\" , \" +\" , \" ++\" , \" +=\" , \" -\" , \" --\" , \" -=\" , \" .\" , \" /\" , \" /=\" , \" ;\" , \" <\" , \" <<\" , \" <<=\" , \" <=\" , \" =\" , \" ==\" , \" >\" , \" >=\" , \" >>\" , \" >>=\" , \" ?\" , \" [\" , \" ^\" , \" ^=\" , \" case\" , \" default\" , \" leave\" , \" switch\" , \" |\" , \" |=\" , \" ||\" , identifier" . to_string( ) , notes: vec![ ] } ,
5757 Diagnostic { loc: File ( 0 , 555 , 556 ) , level: Error , ty: ParserError , message: "unrecognised token '}', expected \" !\" , \" (\" , \" +\" , \" ++\" , \" -\" , \" --\" , \" [\" , \" address\" , \" assembly\" , \" bool\" , \" break\" , \" byte\" , \" bytes\" , \" case\" , \" continue\" , \" default\" , \" delete\" , \" do\" , \" emit\" , \" false\" , \" for\" , \" function\" , \" if\" , \" leave\" , \" mapping\" , \" new\" , \" payable\" , \" return\" , \" revert\" , \" string\" , \" switch\" , \" true\" , \" try\" , \" type\" , \" unchecked\" , \" while\" , \" {\" , \" ~\" , Bytes, Int, Uint, address, hexnumber, hexstring, identifier, number, rational, string" . to_string( ) , notes: vec![ ] } ,
5858 Diagnostic { loc: File ( 0 , 557 , 558 ) , level: Error , ty: ParserError , message: "unrecognised token '}', expected \" (\" , \" ;\" , \" [\" , \" abstract\" , \" address\" , \" bool\" , \" byte\" , \" bytes\" , \" case\" , \" contract\" , \" default\" , \" enum\" , \" event\" , \" false\" , \" function\" , \" import\" , \" interface\" , \" leave\" , \" library\" , \" mapping\" , \" payable\" , \" pragma\" , \" string\" , \" struct\" , \" switch\" , \" true\" , \" type\" , \" using\" , Bytes, Int, Uint, address, annotation, hexnumber, hexstring, identifier, number, rational, string" . to_string( ) , notes: vec![ ] }
0 commit comments