diff --git a/parser/src/python.lalrpop b/parser/src/python.lalrpop index f1f28d3a..11741ae6 100644 --- a/parser/src/python.lalrpop +++ b/parser/src/python.lalrpop @@ -387,7 +387,8 @@ MatchStatement: ast::Stmt = { } MatchCase: ast::MatchCase = { - "case" ":" => { + "case" ":" => { + let end = body.last().unwrap().end(); ast::MatchCase { pattern, guard: guard.map(Box::new), diff --git a/parser/src/python.rs b/parser/src/python.rs index 3202a3ac..2e625d2f 100644 --- a/parser/src/python.rs +++ b/parser/src/python.rs @@ -1,5 +1,5 @@ // auto-generated: "lalrpop 0.20.0" -// sha3: 978b442f9e59b7597dbf53a952a1528232a8ad35ee3a9c9cae78d3d3234a5abe +// sha3: b3bdb285a98bcb23bbdc0a0a1ae5119cb92ca88075154f68cff8b71aed1085b5 use crate::{ ast::{self as ast, Ranged}, lexer::{LexicalError, LexicalErrorType}, @@ -11856,11 +11856,11 @@ mod __parse__Top { __reduce158(__lookahead_start, __symbols, core::marker::PhantomData::<()>) } 159 => { - // ArgumentList = FunctionArgument => ActionFn(1454); + // ArgumentList = FunctionArgument => ActionFn(1453); let __sym0 = __pop_Variant29(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = match super::__action1454::<>(__sym0) { + let __nt = match super::__action1453::<>(__sym0) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -11868,10 +11868,10 @@ mod __parse__Top { (1, 83) } 160 => { - // ArgumentList = => ActionFn(1455); + // ArgumentList = => ActionFn(1454); let __start = __lookahead_start.cloned().or_else(|| __symbols.last().map(|s| s.2.clone())).unwrap_or_default(); let __end = __start.clone(); - let __nt = match super::__action1455::<>(&__start, &__end) { + let __nt = match super::__action1454::<>(&__start, &__end) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -11879,13 +11879,13 @@ mod __parse__Top { (0, 83) } 161 => { - // ArgumentList = ( ",")+, FunctionArgument => ActionFn(1456); + // ArgumentList = ( ",")+, FunctionArgument => ActionFn(1455); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant29(__symbols); let __sym0 = __pop_Variant30(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1456::<>(__sym0, __sym1) { + let __nt = match super::__action1455::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -11893,11 +11893,11 @@ mod __parse__Top { (2, 83) } 162 => { - // ArgumentList = ( ",")+ => ActionFn(1457); + // ArgumentList = ( ",")+ => ActionFn(1456); let __sym0 = __pop_Variant30(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = match super::__action1457::<>(__sym0) { + let __nt = match super::__action1456::<>(__sym0) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -12986,7 +12986,7 @@ mod __parse__Top { __reduce429(__lookahead_start, __symbols, core::marker::PhantomData::<()>) } 430 => { - // LambdaDef = "lambda", ParameterList, ":", Test<"all"> => ActionFn(1622); + // LambdaDef = "lambda", ParameterList, ":", Test<"all"> => ActionFn(1621); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant15(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -12994,7 +12994,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1622::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1621::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13002,14 +13002,14 @@ mod __parse__Top { (4, 160) } 431 => { - // LambdaDef = "lambda", ":", Test<"all"> => ActionFn(1623); + // LambdaDef = "lambda", ":", Test<"all"> => ActionFn(1622); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1623::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1622::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13329,7 +13329,7 @@ mod __parse__Top { __reduce529(__lookahead_start, __symbols, core::marker::PhantomData::<()>) } 530 => { - // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ",", KwargParameter, "," => ActionFn(1502); + // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ",", KwargParameter, "," => ActionFn(1501); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant9(__symbols); @@ -13340,7 +13340,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1502::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1501::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13348,7 +13348,7 @@ mod __parse__Top { (7, 200) } 531 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ",", KwargParameter, "," => ActionFn(1503); + // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ",", KwargParameter, "," => ActionFn(1502); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant0(__symbols); let __sym7 = __pop_Variant9(__symbols); @@ -13361,7 +13361,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1503::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1502::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13369,7 +13369,7 @@ mod __parse__Top { (9, 200) } 532 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ",", KwargParameter, "," => ActionFn(1504); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ",", KwargParameter, "," => ActionFn(1503); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant0(__symbols); let __sym8 = __pop_Variant9(__symbols); @@ -13383,7 +13383,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = match super::__action1504::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { + let __nt = match super::__action1503::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13391,7 +13391,7 @@ mod __parse__Top { (10, 200) } 533 => { - // ParameterList = OneOrMore>, ",", "*", ",", KwargParameter, "," => ActionFn(1505); + // ParameterList = OneOrMore>, ",", "*", ",", KwargParameter, "," => ActionFn(1504); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant9(__symbols); @@ -13401,7 +13401,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1505::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1504::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13409,7 +13409,7 @@ mod __parse__Top { (6, 200) } 534 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ",", KwargParameter, "," => ActionFn(1506); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ",", KwargParameter, "," => ActionFn(1505); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant9(__symbols); @@ -13421,7 +13421,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1506::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1505::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13429,7 +13429,7 @@ mod __parse__Top { (8, 200) } 535 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ",", KwargParameter, "," => ActionFn(1507); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ",", KwargParameter, "," => ActionFn(1506); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant0(__symbols); let __sym7 = __pop_Variant9(__symbols); @@ -13442,7 +13442,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1507::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1506::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13450,7 +13450,7 @@ mod __parse__Top { (9, 200) } 536 => { - // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1508); + // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1507); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant9(__symbols); @@ -13462,7 +13462,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1508::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1507::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13470,7 +13470,7 @@ mod __parse__Top { (8, 200) } 537 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1509); + // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1508); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant0(__symbols); let __sym8 = __pop_Variant9(__symbols); @@ -13484,7 +13484,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = match super::__action1509::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { + let __nt = match super::__action1508::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13492,7 +13492,7 @@ mod __parse__Top { (10, 200) } 538 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1510); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1509); assert!(__symbols.len() >= 11); let __sym10 = __pop_Variant0(__symbols); let __sym9 = __pop_Variant9(__symbols); @@ -13507,7 +13507,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym10.2; - let __nt = match super::__action1510::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9, __sym10) { + let __nt = match super::__action1509::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9, __sym10) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13515,7 +13515,7 @@ mod __parse__Top { (11, 200) } 539 => { - // ParameterList = OneOrMore>, ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1511); + // ParameterList = OneOrMore>, ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1510); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant9(__symbols); @@ -13526,7 +13526,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1511::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1510::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13534,7 +13534,7 @@ mod __parse__Top { (7, 200) } 540 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1512); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1511); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant0(__symbols); let __sym7 = __pop_Variant9(__symbols); @@ -13547,7 +13547,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1512::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1511::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13555,7 +13555,7 @@ mod __parse__Top { (9, 200) } 541 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1513); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1512); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant0(__symbols); let __sym8 = __pop_Variant9(__symbols); @@ -13569,7 +13569,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = match super::__action1513::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { + let __nt = match super::__action1512::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13577,7 +13577,7 @@ mod __parse__Top { (10, 200) } 542 => { - // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, "," => ActionFn(1514); + // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, "," => ActionFn(1513); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant81(__symbols); @@ -13586,7 +13586,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1514::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1513::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13594,7 +13594,7 @@ mod __parse__Top { (5, 200) } 543 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, "," => ActionFn(1515); + // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, "," => ActionFn(1514); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant81(__symbols); @@ -13605,7 +13605,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1515::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1514::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13613,7 +13613,7 @@ mod __parse__Top { (7, 200) } 544 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, "," => ActionFn(1516); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, "," => ActionFn(1515); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant81(__symbols); @@ -13625,7 +13625,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1516::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1515::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13633,7 +13633,7 @@ mod __parse__Top { (8, 200) } 545 => { - // ParameterList = OneOrMore>, ",", "*", "," => ActionFn(1517); + // ParameterList = OneOrMore>, ",", "*", "," => ActionFn(1516); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -13641,7 +13641,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1517::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1516::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13649,7 +13649,7 @@ mod __parse__Top { (4, 200) } 546 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", "," => ActionFn(1518); + // ParameterList = OneOrMore>, ",", "/", ",", "*", "," => ActionFn(1517); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -13659,7 +13659,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1518::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1517::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13667,7 +13667,7 @@ mod __parse__Top { (6, 200) } 547 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", "," => ActionFn(1519); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", "," => ActionFn(1518); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -13678,7 +13678,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1519::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1518::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13686,7 +13686,7 @@ mod __parse__Top { (7, 200) } 548 => { - // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ("," >)+, "," => ActionFn(1520); + // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ("," >)+, "," => ActionFn(1519); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant12(__symbols); @@ -13696,7 +13696,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1520::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1519::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13704,7 +13704,7 @@ mod __parse__Top { (6, 200) } 549 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ("," >)+, "," => ActionFn(1521); + // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ("," >)+, "," => ActionFn(1520); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant12(__symbols); @@ -13716,7 +13716,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1521::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1520::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13724,7 +13724,7 @@ mod __parse__Top { (8, 200) } 550 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ("," >)+, "," => ActionFn(1522); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ("," >)+, "," => ActionFn(1521); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant0(__symbols); let __sym7 = __pop_Variant12(__symbols); @@ -13737,7 +13737,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1522::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1521::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13745,7 +13745,7 @@ mod __parse__Top { (9, 200) } 551 => { - // ParameterList = OneOrMore>, ",", "*", ("," >)+, "," => ActionFn(1523); + // ParameterList = OneOrMore>, ",", "*", ("," >)+, "," => ActionFn(1522); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant12(__symbols); @@ -13754,7 +13754,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1523::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1522::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13762,7 +13762,7 @@ mod __parse__Top { (5, 200) } 552 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, "," => ActionFn(1524); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, "," => ActionFn(1523); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant12(__symbols); @@ -13773,7 +13773,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1524::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1523::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13781,7 +13781,7 @@ mod __parse__Top { (7, 200) } 553 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, "," => ActionFn(1525); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, "," => ActionFn(1524); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant12(__symbols); @@ -13793,7 +13793,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1525::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1524::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13801,13 +13801,13 @@ mod __parse__Top { (8, 200) } 554 => { - // ParameterList = OneOrMore>, "," => ActionFn(1526); + // ParameterList = OneOrMore>, "," => ActionFn(1525); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1526::<>(__sym0, __sym1) { + let __nt = match super::__action1525::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13815,7 +13815,7 @@ mod __parse__Top { (2, 200) } 555 => { - // ParameterList = OneOrMore>, ",", "/", "," => ActionFn(1527); + // ParameterList = OneOrMore>, ",", "/", "," => ActionFn(1526); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -13823,7 +13823,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1527::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1526::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13831,7 +13831,7 @@ mod __parse__Top { (4, 200) } 556 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, "," => ActionFn(1528); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, "," => ActionFn(1527); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant12(__symbols); @@ -13840,7 +13840,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1528::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1527::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13848,7 +13848,7 @@ mod __parse__Top { (5, 200) } 557 => { - // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ",", KwargParameter => ActionFn(1529); + // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ",", KwargParameter => ActionFn(1528); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant9(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -13858,7 +13858,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1529::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1528::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13866,7 +13866,7 @@ mod __parse__Top { (6, 200) } 558 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ",", KwargParameter => ActionFn(1530); + // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ",", KwargParameter => ActionFn(1529); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant9(__symbols); let __sym6 = __pop_Variant0(__symbols); @@ -13878,7 +13878,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1530::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1529::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13886,7 +13886,7 @@ mod __parse__Top { (8, 200) } 559 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ",", KwargParameter => ActionFn(1531); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ",", KwargParameter => ActionFn(1530); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant9(__symbols); let __sym7 = __pop_Variant0(__symbols); @@ -13899,7 +13899,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1531::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1530::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13907,7 +13907,7 @@ mod __parse__Top { (9, 200) } 560 => { - // ParameterList = OneOrMore>, ",", "*", ",", KwargParameter => ActionFn(1532); + // ParameterList = OneOrMore>, ",", "*", ",", KwargParameter => ActionFn(1531); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant9(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -13916,7 +13916,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1532::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1531::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13924,7 +13924,7 @@ mod __parse__Top { (5, 200) } 561 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ",", KwargParameter => ActionFn(1533); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ",", KwargParameter => ActionFn(1532); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant9(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -13935,7 +13935,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1533::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1532::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13943,7 +13943,7 @@ mod __parse__Top { (7, 200) } 562 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ",", KwargParameter => ActionFn(1534); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ",", KwargParameter => ActionFn(1533); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant9(__symbols); let __sym6 = __pop_Variant0(__symbols); @@ -13955,7 +13955,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1534::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1533::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13963,7 +13963,7 @@ mod __parse__Top { (8, 200) } 563 => { - // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1535); + // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1534); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant9(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -13974,7 +13974,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1535::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1534::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -13982,7 +13982,7 @@ mod __parse__Top { (7, 200) } 564 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1536); + // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1535); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant9(__symbols); let __sym7 = __pop_Variant0(__symbols); @@ -13995,7 +13995,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1536::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1535::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14003,7 +14003,7 @@ mod __parse__Top { (9, 200) } 565 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1537); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1536); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant9(__symbols); let __sym8 = __pop_Variant0(__symbols); @@ -14017,7 +14017,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = match super::__action1537::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { + let __nt = match super::__action1536::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14025,7 +14025,7 @@ mod __parse__Top { (10, 200) } 566 => { - // ParameterList = OneOrMore>, ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1538); + // ParameterList = OneOrMore>, ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1537); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant9(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -14035,7 +14035,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1538::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1537::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14043,7 +14043,7 @@ mod __parse__Top { (6, 200) } 567 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1539); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1538); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant9(__symbols); let __sym6 = __pop_Variant0(__symbols); @@ -14055,7 +14055,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1539::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1538::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14063,7 +14063,7 @@ mod __parse__Top { (8, 200) } 568 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1540); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1539); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant9(__symbols); let __sym7 = __pop_Variant0(__symbols); @@ -14076,7 +14076,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1540::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1539::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14084,7 +14084,7 @@ mod __parse__Top { (9, 200) } 569 => { - // ParameterList = OneOrMore>, ",", "*", StarTypedParameter => ActionFn(1541); + // ParameterList = OneOrMore>, ",", "*", StarTypedParameter => ActionFn(1540); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant81(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -14092,7 +14092,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1541::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1540::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14100,7 +14100,7 @@ mod __parse__Top { (4, 200) } 570 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter => ActionFn(1542); + // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter => ActionFn(1541); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant81(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -14110,7 +14110,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1542::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1541::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14118,7 +14118,7 @@ mod __parse__Top { (6, 200) } 571 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter => ActionFn(1543); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter => ActionFn(1542); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant81(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -14129,7 +14129,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1543::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1542::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14137,14 +14137,14 @@ mod __parse__Top { (7, 200) } 572 => { - // ParameterList = OneOrMore>, ",", "*" => ActionFn(1544); + // ParameterList = OneOrMore>, ",", "*" => ActionFn(1543); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1544::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1543::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14152,7 +14152,7 @@ mod __parse__Top { (3, 200) } 573 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*" => ActionFn(1545); + // ParameterList = OneOrMore>, ",", "/", ",", "*" => ActionFn(1544); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -14161,7 +14161,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1545::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1544::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14169,7 +14169,7 @@ mod __parse__Top { (5, 200) } 574 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*" => ActionFn(1546); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*" => ActionFn(1545); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -14179,7 +14179,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1546::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1545::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14187,7 +14187,7 @@ mod __parse__Top { (6, 200) } 575 => { - // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ("," >)+ => ActionFn(1547); + // ParameterList = OneOrMore>, ",", "*", StarTypedParameter, ("," >)+ => ActionFn(1546); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant12(__symbols); let __sym3 = __pop_Variant81(__symbols); @@ -14196,7 +14196,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1547::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1546::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14204,7 +14204,7 @@ mod __parse__Top { (5, 200) } 576 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ("," >)+ => ActionFn(1548); + // ParameterList = OneOrMore>, ",", "/", ",", "*", StarTypedParameter, ("," >)+ => ActionFn(1547); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant12(__symbols); let __sym5 = __pop_Variant81(__symbols); @@ -14215,7 +14215,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1548::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1547::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14223,7 +14223,7 @@ mod __parse__Top { (7, 200) } 577 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ("," >)+ => ActionFn(1549); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", StarTypedParameter, ("," >)+ => ActionFn(1548); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant12(__symbols); let __sym6 = __pop_Variant81(__symbols); @@ -14235,7 +14235,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1549::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1548::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14243,7 +14243,7 @@ mod __parse__Top { (8, 200) } 578 => { - // ParameterList = OneOrMore>, ",", "*", ("," >)+ => ActionFn(1550); + // ParameterList = OneOrMore>, ",", "*", ("," >)+ => ActionFn(1549); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant12(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -14251,7 +14251,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1550::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1549::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14259,7 +14259,7 @@ mod __parse__Top { (4, 200) } 579 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+ => ActionFn(1551); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+ => ActionFn(1550); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant12(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -14269,7 +14269,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1551::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1550::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14277,7 +14277,7 @@ mod __parse__Top { (6, 200) } 580 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+ => ActionFn(1552); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+ => ActionFn(1551); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant12(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -14288,7 +14288,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1552::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1551::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14296,11 +14296,11 @@ mod __parse__Top { (7, 200) } 581 => { - // ParameterList = OneOrMore> => ActionFn(1553); + // ParameterList = OneOrMore> => ActionFn(1552); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = match super::__action1553::<>(__sym0) { + let __nt = match super::__action1552::<>(__sym0) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14308,14 +14308,14 @@ mod __parse__Top { (1, 200) } 582 => { - // ParameterList = OneOrMore>, ",", "/" => ActionFn(1554); + // ParameterList = OneOrMore>, ",", "/" => ActionFn(1553); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1554::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1553::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14323,7 +14323,7 @@ mod __parse__Top { (3, 200) } 583 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+ => ActionFn(1555); + // ParameterList = OneOrMore>, ",", "/", ("," >)+ => ActionFn(1554); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant12(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -14331,7 +14331,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1555::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1554::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14339,7 +14339,7 @@ mod __parse__Top { (4, 200) } 584 => { - // ParameterList = OneOrMore>, ",", KwargParameter, "," => ActionFn(1556); + // ParameterList = OneOrMore>, ",", KwargParameter, "," => ActionFn(1555); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant9(__symbols); @@ -14347,7 +14347,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1556::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1555::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14355,7 +14355,7 @@ mod __parse__Top { (4, 200) } 585 => { - // ParameterList = OneOrMore>, ",", "/", ",", KwargParameter, "," => ActionFn(1557); + // ParameterList = OneOrMore>, ",", "/", ",", KwargParameter, "," => ActionFn(1556); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant9(__symbols); @@ -14365,7 +14365,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1557::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1556::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14373,7 +14373,7 @@ mod __parse__Top { (6, 200) } 586 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", KwargParameter, "," => ActionFn(1558); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", KwargParameter, "," => ActionFn(1557); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant9(__symbols); @@ -14384,7 +14384,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1558::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1557::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14392,14 +14392,14 @@ mod __parse__Top { (7, 200) } 587 => { - // ParameterList = OneOrMore>, ",", KwargParameter => ActionFn(1559); + // ParameterList = OneOrMore>, ",", KwargParameter => ActionFn(1558); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant9(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1559::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1558::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14407,7 +14407,7 @@ mod __parse__Top { (3, 200) } 588 => { - // ParameterList = OneOrMore>, ",", "/", ",", KwargParameter => ActionFn(1560); + // ParameterList = OneOrMore>, ",", "/", ",", KwargParameter => ActionFn(1559); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant9(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -14416,7 +14416,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1560::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1559::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14424,7 +14424,7 @@ mod __parse__Top { (5, 200) } 589 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", KwargParameter => ActionFn(1561); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", KwargParameter => ActionFn(1560); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant9(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -14434,7 +14434,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1561::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1560::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14442,7 +14442,7 @@ mod __parse__Top { (6, 200) } 590 => { - // ParameterList = "*", StarTypedParameter, ",", KwargParameter, "," => ActionFn(1309); + // ParameterList = "*", StarTypedParameter, ",", KwargParameter, "," => ActionFn(1308); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant9(__symbols); @@ -14451,7 +14451,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1309::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1308::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14459,7 +14459,7 @@ mod __parse__Top { (5, 200) } 591 => { - // ParameterList = "*", ",", KwargParameter, "," => ActionFn(1310); + // ParameterList = "*", ",", KwargParameter, "," => ActionFn(1309); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant9(__symbols); @@ -14467,7 +14467,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1310::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1309::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14475,7 +14475,7 @@ mod __parse__Top { (4, 200) } 592 => { - // ParameterList = "*", StarTypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1311); + // ParameterList = "*", StarTypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1310); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant9(__symbols); @@ -14485,7 +14485,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1311::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1310::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14493,7 +14493,7 @@ mod __parse__Top { (6, 200) } 593 => { - // ParameterList = "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1312); + // ParameterList = "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1311); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant9(__symbols); @@ -14502,7 +14502,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1312::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1311::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14510,14 +14510,14 @@ mod __parse__Top { (5, 200) } 594 => { - // ParameterList = "*", StarTypedParameter, "," => ActionFn(1313); + // ParameterList = "*", StarTypedParameter, "," => ActionFn(1312); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant81(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1313::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1312::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14525,13 +14525,13 @@ mod __parse__Top { (3, 200) } 595 => { - // ParameterList = "*", "," => ActionFn(1314); + // ParameterList = "*", "," => ActionFn(1313); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1314::<>(__sym0, __sym1) { + let __nt = match super::__action1313::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14539,7 +14539,7 @@ mod __parse__Top { (2, 200) } 596 => { - // ParameterList = "*", StarTypedParameter, ("," >)+, "," => ActionFn(1315); + // ParameterList = "*", StarTypedParameter, ("," >)+, "," => ActionFn(1314); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant12(__symbols); @@ -14547,7 +14547,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1315::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1314::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14555,14 +14555,14 @@ mod __parse__Top { (4, 200) } 597 => { - // ParameterList = "*", ("," >)+, "," => ActionFn(1316); + // ParameterList = "*", ("," >)+, "," => ActionFn(1315); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant12(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1316::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1315::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14570,7 +14570,7 @@ mod __parse__Top { (3, 200) } 598 => { - // ParameterList = "*", StarTypedParameter, ",", KwargParameter => ActionFn(1317); + // ParameterList = "*", StarTypedParameter, ",", KwargParameter => ActionFn(1316); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant9(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -14578,7 +14578,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1317::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1316::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14586,14 +14586,14 @@ mod __parse__Top { (4, 200) } 599 => { - // ParameterList = "*", ",", KwargParameter => ActionFn(1318); + // ParameterList = "*", ",", KwargParameter => ActionFn(1317); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant9(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1318::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1317::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14601,7 +14601,7 @@ mod __parse__Top { (3, 200) } 600 => { - // ParameterList = "*", StarTypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1319); + // ParameterList = "*", StarTypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1318); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant9(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -14610,7 +14610,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1319::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1318::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14618,7 +14618,7 @@ mod __parse__Top { (5, 200) } 601 => { - // ParameterList = "*", ("," >)+, ",", KwargParameter => ActionFn(1320); + // ParameterList = "*", ("," >)+, ",", KwargParameter => ActionFn(1319); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant9(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -14626,7 +14626,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1320::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1319::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14634,13 +14634,13 @@ mod __parse__Top { (4, 200) } 602 => { - // ParameterList = "*", StarTypedParameter => ActionFn(1321); + // ParameterList = "*", StarTypedParameter => ActionFn(1320); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant81(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1321::<>(__sym0, __sym1) { + let __nt = match super::__action1320::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14648,11 +14648,11 @@ mod __parse__Top { (2, 200) } 603 => { - // ParameterList = "*" => ActionFn(1322); + // ParameterList = "*" => ActionFn(1321); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = match super::__action1322::<>(__sym0) { + let __nt = match super::__action1321::<>(__sym0) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14660,14 +14660,14 @@ mod __parse__Top { (1, 200) } 604 => { - // ParameterList = "*", StarTypedParameter, ("," >)+ => ActionFn(1323); + // ParameterList = "*", StarTypedParameter, ("," >)+ => ActionFn(1322); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant12(__symbols); let __sym1 = __pop_Variant81(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1323::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1322::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14675,13 +14675,13 @@ mod __parse__Top { (3, 200) } 605 => { - // ParameterList = "*", ("," >)+ => ActionFn(1324); + // ParameterList = "*", ("," >)+ => ActionFn(1323); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant12(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1324::<>(__sym0, __sym1) { + let __nt = match super::__action1323::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14695,7 +14695,7 @@ mod __parse__Top { __reduce607(__lookahead_start, __symbols, core::marker::PhantomData::<()>) } 608 => { - // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ",", KwargParameter, "," => ActionFn(1562); + // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ",", KwargParameter, "," => ActionFn(1561); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant9(__symbols); @@ -14706,7 +14706,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1562::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1561::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14714,7 +14714,7 @@ mod __parse__Top { (7, 201) } 609 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ",", KwargParameter, "," => ActionFn(1563); + // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ",", KwargParameter, "," => ActionFn(1562); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant0(__symbols); let __sym7 = __pop_Variant9(__symbols); @@ -14727,7 +14727,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1563::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1562::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14735,7 +14735,7 @@ mod __parse__Top { (9, 201) } 610 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ",", KwargParameter, "," => ActionFn(1564); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ",", KwargParameter, "," => ActionFn(1563); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant0(__symbols); let __sym8 = __pop_Variant9(__symbols); @@ -14749,7 +14749,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = match super::__action1564::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { + let __nt = match super::__action1563::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14757,7 +14757,7 @@ mod __parse__Top { (10, 201) } 611 => { - // ParameterList = OneOrMore>, ",", "*", ",", KwargParameter, "," => ActionFn(1565); + // ParameterList = OneOrMore>, ",", "*", ",", KwargParameter, "," => ActionFn(1564); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant9(__symbols); @@ -14767,7 +14767,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1565::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1564::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14775,7 +14775,7 @@ mod __parse__Top { (6, 201) } 612 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ",", KwargParameter, "," => ActionFn(1566); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ",", KwargParameter, "," => ActionFn(1565); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant9(__symbols); @@ -14787,7 +14787,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1566::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1565::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14795,7 +14795,7 @@ mod __parse__Top { (8, 201) } 613 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ",", KwargParameter, "," => ActionFn(1567); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ",", KwargParameter, "," => ActionFn(1566); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant0(__symbols); let __sym7 = __pop_Variant9(__symbols); @@ -14808,7 +14808,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1567::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1566::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14816,7 +14816,7 @@ mod __parse__Top { (9, 201) } 614 => { - // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1568); + // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1567); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant9(__symbols); @@ -14828,7 +14828,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1568::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1567::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14836,7 +14836,7 @@ mod __parse__Top { (8, 201) } 615 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1569); + // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1568); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant0(__symbols); let __sym8 = __pop_Variant9(__symbols); @@ -14850,7 +14850,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = match super::__action1569::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { + let __nt = match super::__action1568::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14858,7 +14858,7 @@ mod __parse__Top { (10, 201) } 616 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1570); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1569); assert!(__symbols.len() >= 11); let __sym10 = __pop_Variant0(__symbols); let __sym9 = __pop_Variant9(__symbols); @@ -14873,7 +14873,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym10.2; - let __nt = match super::__action1570::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9, __sym10) { + let __nt = match super::__action1569::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9, __sym10) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14881,7 +14881,7 @@ mod __parse__Top { (11, 201) } 617 => { - // ParameterList = OneOrMore>, ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1571); + // ParameterList = OneOrMore>, ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1570); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant9(__symbols); @@ -14892,7 +14892,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1571::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1570::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14900,7 +14900,7 @@ mod __parse__Top { (7, 201) } 618 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1572); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1571); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant0(__symbols); let __sym7 = __pop_Variant9(__symbols); @@ -14913,7 +14913,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1572::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1571::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14921,7 +14921,7 @@ mod __parse__Top { (9, 201) } 619 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1573); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1572); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant0(__symbols); let __sym8 = __pop_Variant9(__symbols); @@ -14935,7 +14935,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = match super::__action1573::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { + let __nt = match super::__action1572::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14943,7 +14943,7 @@ mod __parse__Top { (10, 201) } 620 => { - // ParameterList = OneOrMore>, ",", "*", UntypedParameter, "," => ActionFn(1574); + // ParameterList = OneOrMore>, ",", "*", UntypedParameter, "," => ActionFn(1573); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant81(__symbols); @@ -14952,7 +14952,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1574::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1573::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14960,7 +14960,7 @@ mod __parse__Top { (5, 201) } 621 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, "," => ActionFn(1575); + // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, "," => ActionFn(1574); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant81(__symbols); @@ -14971,7 +14971,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1575::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1574::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14979,7 +14979,7 @@ mod __parse__Top { (7, 201) } 622 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, "," => ActionFn(1576); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, "," => ActionFn(1575); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant81(__symbols); @@ -14991,7 +14991,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1576::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1575::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -14999,7 +14999,7 @@ mod __parse__Top { (8, 201) } 623 => { - // ParameterList = OneOrMore>, ",", "*", "," => ActionFn(1577); + // ParameterList = OneOrMore>, ",", "*", "," => ActionFn(1576); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -15007,7 +15007,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1577::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1576::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15015,7 +15015,7 @@ mod __parse__Top { (4, 201) } 624 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", "," => ActionFn(1578); + // ParameterList = OneOrMore>, ",", "/", ",", "*", "," => ActionFn(1577); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -15025,7 +15025,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1578::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1577::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15033,7 +15033,7 @@ mod __parse__Top { (6, 201) } 625 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", "," => ActionFn(1579); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", "," => ActionFn(1578); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -15044,7 +15044,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1579::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1578::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15052,7 +15052,7 @@ mod __parse__Top { (7, 201) } 626 => { - // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ("," >)+, "," => ActionFn(1580); + // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ("," >)+, "," => ActionFn(1579); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant12(__symbols); @@ -15062,7 +15062,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1580::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1579::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15070,7 +15070,7 @@ mod __parse__Top { (6, 201) } 627 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ("," >)+, "," => ActionFn(1581); + // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ("," >)+, "," => ActionFn(1580); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant12(__symbols); @@ -15082,7 +15082,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1581::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1580::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15090,7 +15090,7 @@ mod __parse__Top { (8, 201) } 628 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ("," >)+, "," => ActionFn(1582); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ("," >)+, "," => ActionFn(1581); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant0(__symbols); let __sym7 = __pop_Variant12(__symbols); @@ -15103,7 +15103,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1582::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1581::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15111,7 +15111,7 @@ mod __parse__Top { (9, 201) } 629 => { - // ParameterList = OneOrMore>, ",", "*", ("," >)+, "," => ActionFn(1583); + // ParameterList = OneOrMore>, ",", "*", ("," >)+, "," => ActionFn(1582); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant12(__symbols); @@ -15120,7 +15120,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1583::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1582::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15128,7 +15128,7 @@ mod __parse__Top { (5, 201) } 630 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, "," => ActionFn(1584); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, "," => ActionFn(1583); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant12(__symbols); @@ -15139,7 +15139,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1584::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1583::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15147,7 +15147,7 @@ mod __parse__Top { (7, 201) } 631 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, "," => ActionFn(1585); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, "," => ActionFn(1584); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant0(__symbols); let __sym6 = __pop_Variant12(__symbols); @@ -15159,7 +15159,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1585::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1584::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15167,13 +15167,13 @@ mod __parse__Top { (8, 201) } 632 => { - // ParameterList = OneOrMore>, "," => ActionFn(1586); + // ParameterList = OneOrMore>, "," => ActionFn(1585); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1586::<>(__sym0, __sym1) { + let __nt = match super::__action1585::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15181,7 +15181,7 @@ mod __parse__Top { (2, 201) } 633 => { - // ParameterList = OneOrMore>, ",", "/", "," => ActionFn(1587); + // ParameterList = OneOrMore>, ",", "/", "," => ActionFn(1586); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -15189,7 +15189,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1587::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1586::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15197,7 +15197,7 @@ mod __parse__Top { (4, 201) } 634 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, "," => ActionFn(1588); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, "," => ActionFn(1587); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant12(__symbols); @@ -15206,7 +15206,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1588::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1587::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15214,7 +15214,7 @@ mod __parse__Top { (5, 201) } 635 => { - // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ",", KwargParameter => ActionFn(1589); + // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ",", KwargParameter => ActionFn(1588); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant9(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -15224,7 +15224,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1589::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1588::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15232,7 +15232,7 @@ mod __parse__Top { (6, 201) } 636 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ",", KwargParameter => ActionFn(1590); + // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ",", KwargParameter => ActionFn(1589); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant9(__symbols); let __sym6 = __pop_Variant0(__symbols); @@ -15244,7 +15244,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1590::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1589::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15252,7 +15252,7 @@ mod __parse__Top { (8, 201) } 637 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ",", KwargParameter => ActionFn(1591); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ",", KwargParameter => ActionFn(1590); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant9(__symbols); let __sym7 = __pop_Variant0(__symbols); @@ -15265,7 +15265,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1591::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1590::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15273,7 +15273,7 @@ mod __parse__Top { (9, 201) } 638 => { - // ParameterList = OneOrMore>, ",", "*", ",", KwargParameter => ActionFn(1592); + // ParameterList = OneOrMore>, ",", "*", ",", KwargParameter => ActionFn(1591); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant9(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -15282,7 +15282,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1592::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1591::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15290,7 +15290,7 @@ mod __parse__Top { (5, 201) } 639 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ",", KwargParameter => ActionFn(1593); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ",", KwargParameter => ActionFn(1592); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant9(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -15301,7 +15301,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1593::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1592::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15309,7 +15309,7 @@ mod __parse__Top { (7, 201) } 640 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ",", KwargParameter => ActionFn(1594); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ",", KwargParameter => ActionFn(1593); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant9(__symbols); let __sym6 = __pop_Variant0(__symbols); @@ -15321,7 +15321,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1594::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1593::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15329,7 +15329,7 @@ mod __parse__Top { (8, 201) } 641 => { - // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1595); + // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1594); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant9(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -15340,7 +15340,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1595::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1594::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15348,7 +15348,7 @@ mod __parse__Top { (7, 201) } 642 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1596); + // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1595); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant9(__symbols); let __sym7 = __pop_Variant0(__symbols); @@ -15361,7 +15361,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1596::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1595::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15369,7 +15369,7 @@ mod __parse__Top { (9, 201) } 643 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1597); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1596); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant9(__symbols); let __sym8 = __pop_Variant0(__symbols); @@ -15383,7 +15383,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = match super::__action1597::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { + let __nt = match super::__action1596::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15391,7 +15391,7 @@ mod __parse__Top { (10, 201) } 644 => { - // ParameterList = OneOrMore>, ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1598); + // ParameterList = OneOrMore>, ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1597); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant9(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -15401,7 +15401,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1598::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1597::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15409,7 +15409,7 @@ mod __parse__Top { (6, 201) } 645 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1599); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1598); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant9(__symbols); let __sym6 = __pop_Variant0(__symbols); @@ -15421,7 +15421,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1599::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1598::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15429,7 +15429,7 @@ mod __parse__Top { (8, 201) } 646 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1600); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+, ",", KwargParameter => ActionFn(1599); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant9(__symbols); let __sym7 = __pop_Variant0(__symbols); @@ -15442,7 +15442,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = match super::__action1600::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { + let __nt = match super::__action1599::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15450,7 +15450,7 @@ mod __parse__Top { (9, 201) } 647 => { - // ParameterList = OneOrMore>, ",", "*", UntypedParameter => ActionFn(1601); + // ParameterList = OneOrMore>, ",", "*", UntypedParameter => ActionFn(1600); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant81(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -15458,7 +15458,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1601::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1600::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15466,7 +15466,7 @@ mod __parse__Top { (4, 201) } 648 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter => ActionFn(1602); + // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter => ActionFn(1601); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant81(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -15476,7 +15476,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1602::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1601::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15484,7 +15484,7 @@ mod __parse__Top { (6, 201) } 649 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter => ActionFn(1603); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter => ActionFn(1602); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant81(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -15495,7 +15495,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1603::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1602::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15503,14 +15503,14 @@ mod __parse__Top { (7, 201) } 650 => { - // ParameterList = OneOrMore>, ",", "*" => ActionFn(1604); + // ParameterList = OneOrMore>, ",", "*" => ActionFn(1603); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1604::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1603::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15518,7 +15518,7 @@ mod __parse__Top { (3, 201) } 651 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*" => ActionFn(1605); + // ParameterList = OneOrMore>, ",", "/", ",", "*" => ActionFn(1604); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -15527,7 +15527,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1605::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1604::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15535,7 +15535,7 @@ mod __parse__Top { (5, 201) } 652 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*" => ActionFn(1606); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*" => ActionFn(1605); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -15545,7 +15545,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1606::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1605::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15553,7 +15553,7 @@ mod __parse__Top { (6, 201) } 653 => { - // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ("," >)+ => ActionFn(1607); + // ParameterList = OneOrMore>, ",", "*", UntypedParameter, ("," >)+ => ActionFn(1606); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant12(__symbols); let __sym3 = __pop_Variant81(__symbols); @@ -15562,7 +15562,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1607::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1606::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15570,7 +15570,7 @@ mod __parse__Top { (5, 201) } 654 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ("," >)+ => ActionFn(1608); + // ParameterList = OneOrMore>, ",", "/", ",", "*", UntypedParameter, ("," >)+ => ActionFn(1607); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant12(__symbols); let __sym5 = __pop_Variant81(__symbols); @@ -15581,7 +15581,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1608::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1607::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15589,7 +15589,7 @@ mod __parse__Top { (7, 201) } 655 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ("," >)+ => ActionFn(1609); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", UntypedParameter, ("," >)+ => ActionFn(1608); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant12(__symbols); let __sym6 = __pop_Variant81(__symbols); @@ -15601,7 +15601,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = match super::__action1609::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { + let __nt = match super::__action1608::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15609,7 +15609,7 @@ mod __parse__Top { (8, 201) } 656 => { - // ParameterList = OneOrMore>, ",", "*", ("," >)+ => ActionFn(1610); + // ParameterList = OneOrMore>, ",", "*", ("," >)+ => ActionFn(1609); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant12(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -15617,7 +15617,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1610::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1609::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15625,7 +15625,7 @@ mod __parse__Top { (4, 201) } 657 => { - // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+ => ActionFn(1611); + // ParameterList = OneOrMore>, ",", "/", ",", "*", ("," >)+ => ActionFn(1610); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant12(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -15635,7 +15635,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1611::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1610::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15643,7 +15643,7 @@ mod __parse__Top { (6, 201) } 658 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+ => ActionFn(1612); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", "*", ("," >)+ => ActionFn(1611); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant12(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -15654,7 +15654,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1612::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1611::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15662,11 +15662,11 @@ mod __parse__Top { (7, 201) } 659 => { - // ParameterList = OneOrMore> => ActionFn(1613); + // ParameterList = OneOrMore> => ActionFn(1612); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = match super::__action1613::<>(__sym0) { + let __nt = match super::__action1612::<>(__sym0) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15674,14 +15674,14 @@ mod __parse__Top { (1, 201) } 660 => { - // ParameterList = OneOrMore>, ",", "/" => ActionFn(1614); + // ParameterList = OneOrMore>, ",", "/" => ActionFn(1613); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1614::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1613::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15689,7 +15689,7 @@ mod __parse__Top { (3, 201) } 661 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+ => ActionFn(1615); + // ParameterList = OneOrMore>, ",", "/", ("," >)+ => ActionFn(1614); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant12(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -15697,7 +15697,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1615::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1614::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15705,7 +15705,7 @@ mod __parse__Top { (4, 201) } 662 => { - // ParameterList = OneOrMore>, ",", KwargParameter, "," => ActionFn(1616); + // ParameterList = OneOrMore>, ",", KwargParameter, "," => ActionFn(1615); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant9(__symbols); @@ -15713,7 +15713,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1616::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1615::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15721,7 +15721,7 @@ mod __parse__Top { (4, 201) } 663 => { - // ParameterList = OneOrMore>, ",", "/", ",", KwargParameter, "," => ActionFn(1617); + // ParameterList = OneOrMore>, ",", "/", ",", KwargParameter, "," => ActionFn(1616); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant9(__symbols); @@ -15731,7 +15731,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1617::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1616::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15739,7 +15739,7 @@ mod __parse__Top { (6, 201) } 664 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", KwargParameter, "," => ActionFn(1618); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", KwargParameter, "," => ActionFn(1617); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant9(__symbols); @@ -15750,7 +15750,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = match super::__action1618::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { + let __nt = match super::__action1617::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15758,14 +15758,14 @@ mod __parse__Top { (7, 201) } 665 => { - // ParameterList = OneOrMore>, ",", KwargParameter => ActionFn(1619); + // ParameterList = OneOrMore>, ",", KwargParameter => ActionFn(1618); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant9(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1619::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1618::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15773,7 +15773,7 @@ mod __parse__Top { (3, 201) } 666 => { - // ParameterList = OneOrMore>, ",", "/", ",", KwargParameter => ActionFn(1620); + // ParameterList = OneOrMore>, ",", "/", ",", KwargParameter => ActionFn(1619); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant9(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -15782,7 +15782,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1620::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1619::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15790,7 +15790,7 @@ mod __parse__Top { (5, 201) } 667 => { - // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", KwargParameter => ActionFn(1621); + // ParameterList = OneOrMore>, ",", "/", ("," >)+, ",", KwargParameter => ActionFn(1620); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant9(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -15800,7 +15800,7 @@ mod __parse__Top { let __sym0 = __pop_Variant74(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1621::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1620::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15808,7 +15808,7 @@ mod __parse__Top { (6, 201) } 668 => { - // ParameterList = "*", UntypedParameter, ",", KwargParameter, "," => ActionFn(1347); + // ParameterList = "*", UntypedParameter, ",", KwargParameter, "," => ActionFn(1346); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant9(__symbols); @@ -15817,7 +15817,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1347::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1346::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15825,7 +15825,7 @@ mod __parse__Top { (5, 201) } 669 => { - // ParameterList = "*", ",", KwargParameter, "," => ActionFn(1348); + // ParameterList = "*", ",", KwargParameter, "," => ActionFn(1347); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant9(__symbols); @@ -15833,7 +15833,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1348::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1347::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15841,7 +15841,7 @@ mod __parse__Top { (4, 201) } 670 => { - // ParameterList = "*", UntypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1349); + // ParameterList = "*", UntypedParameter, ("," >)+, ",", KwargParameter, "," => ActionFn(1348); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant9(__symbols); @@ -15851,7 +15851,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = match super::__action1349::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { + let __nt = match super::__action1348::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15859,7 +15859,7 @@ mod __parse__Top { (6, 201) } 671 => { - // ParameterList = "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1350); + // ParameterList = "*", ("," >)+, ",", KwargParameter, "," => ActionFn(1349); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant9(__symbols); @@ -15868,7 +15868,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1350::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1349::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15876,14 +15876,14 @@ mod __parse__Top { (5, 201) } 672 => { - // ParameterList = "*", UntypedParameter, "," => ActionFn(1351); + // ParameterList = "*", UntypedParameter, "," => ActionFn(1350); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant81(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1351::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1350::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15891,13 +15891,13 @@ mod __parse__Top { (3, 201) } 673 => { - // ParameterList = "*", "," => ActionFn(1352); + // ParameterList = "*", "," => ActionFn(1351); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1352::<>(__sym0, __sym1) { + let __nt = match super::__action1351::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15905,7 +15905,7 @@ mod __parse__Top { (2, 201) } 674 => { - // ParameterList = "*", UntypedParameter, ("," >)+, "," => ActionFn(1353); + // ParameterList = "*", UntypedParameter, ("," >)+, "," => ActionFn(1352); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant12(__symbols); @@ -15913,7 +15913,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1353::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1352::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15921,14 +15921,14 @@ mod __parse__Top { (4, 201) } 675 => { - // ParameterList = "*", ("," >)+, "," => ActionFn(1354); + // ParameterList = "*", ("," >)+, "," => ActionFn(1353); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant12(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1354::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1353::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15936,7 +15936,7 @@ mod __parse__Top { (3, 201) } 676 => { - // ParameterList = "*", UntypedParameter, ",", KwargParameter => ActionFn(1355); + // ParameterList = "*", UntypedParameter, ",", KwargParameter => ActionFn(1354); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant9(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -15944,7 +15944,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1355::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1354::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15952,14 +15952,14 @@ mod __parse__Top { (4, 201) } 677 => { - // ParameterList = "*", ",", KwargParameter => ActionFn(1356); + // ParameterList = "*", ",", KwargParameter => ActionFn(1355); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant9(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1356::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1355::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15967,7 +15967,7 @@ mod __parse__Top { (3, 201) } 678 => { - // ParameterList = "*", UntypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1357); + // ParameterList = "*", UntypedParameter, ("," >)+, ",", KwargParameter => ActionFn(1356); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant9(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -15976,7 +15976,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = match super::__action1357::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { + let __nt = match super::__action1356::<>(__sym0, __sym1, __sym2, __sym3, __sym4) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -15984,7 +15984,7 @@ mod __parse__Top { (5, 201) } 679 => { - // ParameterList = "*", ("," >)+, ",", KwargParameter => ActionFn(1358); + // ParameterList = "*", ("," >)+, ",", KwargParameter => ActionFn(1357); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant9(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -15992,7 +15992,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = match super::__action1358::<>(__sym0, __sym1, __sym2, __sym3) { + let __nt = match super::__action1357::<>(__sym0, __sym1, __sym2, __sym3) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -16000,13 +16000,13 @@ mod __parse__Top { (4, 201) } 680 => { - // ParameterList = "*", UntypedParameter => ActionFn(1359); + // ParameterList = "*", UntypedParameter => ActionFn(1358); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant81(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1359::<>(__sym0, __sym1) { + let __nt = match super::__action1358::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -16014,11 +16014,11 @@ mod __parse__Top { (2, 201) } 681 => { - // ParameterList = "*" => ActionFn(1360); + // ParameterList = "*" => ActionFn(1359); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = match super::__action1360::<>(__sym0) { + let __nt = match super::__action1359::<>(__sym0) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -16026,14 +16026,14 @@ mod __parse__Top { (1, 201) } 682 => { - // ParameterList = "*", UntypedParameter, ("," >)+ => ActionFn(1361); + // ParameterList = "*", UntypedParameter, ("," >)+ => ActionFn(1360); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant12(__symbols); let __sym1 = __pop_Variant81(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1361::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1360::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -16041,13 +16041,13 @@ mod __parse__Top { (3, 201) } 683 => { - // ParameterList = "*", ("," >)+ => ActionFn(1362); + // ParameterList = "*", ("," >)+ => ActionFn(1361); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant12(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1362::<>(__sym0, __sym1) { + let __nt = match super::__action1361::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -16305,14 +16305,14 @@ mod __parse__Top { (2, 204) } 704 => { - // Parameters = "(", ParameterList, ")" => ActionFn(1444); + // Parameters = "(", ParameterList, ")" => ActionFn(1443); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant44(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = match super::__action1444::<>(__sym0, __sym1, __sym2) { + let __nt = match super::__action1443::<>(__sym0, __sym1, __sym2) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -16320,13 +16320,13 @@ mod __parse__Top { (3, 205) } 705 => { - // Parameters = "(", ")" => ActionFn(1445); + // Parameters = "(", ")" => ActionFn(1444); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = match super::__action1445::<>(__sym0, __sym1) { + let __nt = match super::__action1444::<>(__sym0, __sym1) { Ok(v) => v, Err(e) => return Some(Err(e)), }; @@ -19347,13 +19347,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ( ",") = OneOrMore>, "," => ActionFn(1424); + // ( ",") = OneOrMore>, "," => ActionFn(1423); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant31(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1424::<>(__sym0, __sym1); + let __nt = super::__action1423::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (2, 65) } @@ -19364,13 +19364,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ( ",")? = OneOrMore>, "," => ActionFn(1427); + // ( ",")? = OneOrMore>, "," => ActionFn(1426); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant31(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1427::<>(__sym0, __sym1); + let __nt = super::__action1426::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant39(__nt), __end)); (2, 66) } @@ -19410,11 +19410,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // (@L string @R)+ = string => ActionFn(1436); + // (@L string @R)+ = string => ActionFn(1435); let __sym0 = __pop_Variant5(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1436::<>(__sym0); + let __nt = super::__action1435::<>(__sym0); __symbols.push((__start, __Symbol::Variant41(__nt), __end)); (1, 68) } @@ -19425,13 +19425,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // (@L string @R)+ = (@L string @R)+, string => ActionFn(1437); + // (@L string @R)+ = (@L string @R)+, string => ActionFn(1436); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant5(__symbols); let __sym0 = __pop_Variant41(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1437::<>(__sym0, __sym1); + let __nt = super::__action1436::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant41(__nt), __end)); (2, 68) } @@ -19459,13 +19459,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // (CompOp Expression<"all">)+ = CompOp, Expression<"all"> => ActionFn(1438); + // (CompOp Expression<"all">)+ = CompOp, Expression<"all"> => ActionFn(1437); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant53(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1438::<>(__sym0, __sym1); + let __nt = super::__action1437::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant43(__nt), __end)); (2, 70) } @@ -19476,14 +19476,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // (CompOp Expression<"all">)+ = (CompOp Expression<"all">)+, CompOp, Expression<"all"> => ActionFn(1439); + // (CompOp Expression<"all">)+ = (CompOp Expression<"all">)+, CompOp, Expression<"all"> => ActionFn(1438); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant53(__symbols); let __sym0 = __pop_Variant43(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1439::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1438::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant43(__nt), __end)); (3, 70) } @@ -19509,11 +19509,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // (Guard)? = Guard => ActionFn(1440); + // (Guard)? = Guard => ActionFn(1439); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1440::<>(__sym0); + let __nt = super::__action1439::<>(__sym0); __symbols.push((__start, __Symbol::Variant16(__nt), __end)); (1, 72) } @@ -19553,11 +19553,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // (ParameterList)? = ParameterList => ActionFn(1443); + // (ParameterList)? = ParameterList => ActionFn(1442); let __sym0 = __pop_Variant44(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1443::<>(__sym0); + let __nt = super::__action1442::<>(__sym0); __symbols.push((__start, __Symbol::Variant45(__nt), __end)); (1, 74) } @@ -20027,14 +20027,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Atom<"all"> = "[", ListLiteralValues, "]" => ActionFn(1498); + // Atom<"all"> = "[", ListLiteralValues, "]" => ActionFn(1497); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant31(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1498::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1497::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 92) } @@ -20045,13 +20045,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Atom<"all"> = "[", "]" => ActionFn(1499); + // Atom<"all"> = "[", "]" => ActionFn(1498); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1499::<>(__sym0, __sym1); + let __nt = super::__action1498::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 92) } @@ -20172,14 +20172,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Atom<"all"> = "{", DictLiteralValues, "}" => ActionFn(1484); + // Atom<"all"> = "{", DictLiteralValues, "}" => ActionFn(1483); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant57(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1484::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1483::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 92) } @@ -20190,13 +20190,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Atom<"all"> = "{", "}" => ActionFn(1485); + // Atom<"all"> = "{", "}" => ActionFn(1484); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1485::<>(__sym0, __sym1); + let __nt = super::__action1484::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 92) } @@ -20353,14 +20353,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Atom<"no-withitems"> = "[", ListLiteralValues, "]" => ActionFn(1500); + // Atom<"no-withitems"> = "[", ListLiteralValues, "]" => ActionFn(1499); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant31(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1500::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1499::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 93) } @@ -20371,13 +20371,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Atom<"no-withitems"> = "[", "]" => ActionFn(1501); + // Atom<"no-withitems"> = "[", "]" => ActionFn(1500); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1501::<>(__sym0, __sym1); + let __nt = super::__action1500::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 93) } @@ -20461,14 +20461,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Atom<"no-withitems"> = "{", DictLiteralValues, "}" => ActionFn(1486); + // Atom<"no-withitems"> = "{", DictLiteralValues, "}" => ActionFn(1485); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant57(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1486::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1485::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 93) } @@ -20479,13 +20479,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Atom<"no-withitems"> = "{", "}" => ActionFn(1487); + // Atom<"no-withitems"> = "{", "}" => ActionFn(1486); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1487::<>(__sym0, __sym1); + let __nt = super::__action1486::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 93) } @@ -21028,7 +21028,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ClassDef = "class", Identifier, "(", ArgumentList, ")", ":", Suite => ActionFn(1472); + // ClassDef = "class", Identifier, "(", ArgumentList, ")", ":", Suite => ActionFn(1471); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant25(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -21039,7 +21039,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = super::__action1472::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); + let __nt = super::__action1471::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (7, 100) } @@ -21050,7 +21050,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ClassDef = Decorator+, "class", Identifier, "(", ArgumentList, ")", ":", Suite => ActionFn(1473); + // ClassDef = Decorator+, "class", Identifier, "(", ArgumentList, ")", ":", Suite => ActionFn(1472); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant25(__symbols); let __sym6 = __pop_Variant0(__symbols); @@ -21062,7 +21062,7 @@ mod __parse__Top { let __sym0 = __pop_Variant17(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = super::__action1473::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7); + let __nt = super::__action1472::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (8, 100) } @@ -21073,7 +21073,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ClassDef = "class", Identifier, ":", Suite => ActionFn(1474); + // ClassDef = "class", Identifier, ":", Suite => ActionFn(1473); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant25(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -21081,7 +21081,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1474::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1473::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (4, 100) } @@ -21092,7 +21092,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ClassDef = Decorator+, "class", Identifier, ":", Suite => ActionFn(1475); + // ClassDef = Decorator+, "class", Identifier, ":", Suite => ActionFn(1474); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant25(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -21101,7 +21101,7 @@ mod __parse__Top { let __sym0 = __pop_Variant17(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1475::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1474::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (5, 100) } @@ -21495,11 +21495,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Comma = FunctionArgument => ActionFn(1450); + // Comma = FunctionArgument => ActionFn(1449); let __sym0 = __pop_Variant29(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1450::<>(__sym0); + let __nt = super::__action1449::<>(__sym0); __symbols.push((__start, __Symbol::Variant49(__nt), __end)); (1, 103) } @@ -21510,10 +21510,10 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Comma = => ActionFn(1451); + // Comma = => ActionFn(1450); let __start = __lookahead_start.cloned().or_else(|| __symbols.last().map(|s| s.2.clone())).unwrap_or_default(); let __end = __start.clone(); - let __nt = super::__action1451::<>(&__start, &__end); + let __nt = super::__action1450::<>(&__start, &__end); __symbols.push((__start, __Symbol::Variant49(__nt), __end)); (0, 103) } @@ -21524,13 +21524,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Comma = ( ",")+, FunctionArgument => ActionFn(1452); + // Comma = ( ",")+, FunctionArgument => ActionFn(1451); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant29(__symbols); let __sym0 = __pop_Variant30(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1452::<>(__sym0, __sym1); + let __nt = super::__action1451::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant49(__nt), __end)); (2, 103) } @@ -21541,11 +21541,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Comma = ( ",")+ => ActionFn(1453); + // Comma = ( ",")+ => ActionFn(1452); let __sym0 = __pop_Variant30(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1453::<>(__sym0); + let __nt = super::__action1452::<>(__sym0); __symbols.push((__start, __Symbol::Variant49(__nt), __end)); (1, 103) } @@ -21556,11 +21556,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Comma = Pattern => ActionFn(1458); + // Comma = Pattern => ActionFn(1457); let __sym0 = __pop_Variant33(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1458::<>(__sym0); + let __nt = super::__action1457::<>(__sym0); __symbols.push((__start, __Symbol::Variant50(__nt), __end)); (1, 104) } @@ -21571,10 +21571,10 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Comma = => ActionFn(1459); + // Comma = => ActionFn(1458); let __start = __lookahead_start.cloned().or_else(|| __symbols.last().map(|s| s.2.clone())).unwrap_or_default(); let __end = __start.clone(); - let __nt = super::__action1459::<>(&__start, &__end); + let __nt = super::__action1458::<>(&__start, &__end); __symbols.push((__start, __Symbol::Variant50(__nt), __end)); (0, 104) } @@ -21585,13 +21585,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Comma = ( ",")+, Pattern => ActionFn(1460); + // Comma = ( ",")+, Pattern => ActionFn(1459); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant33(__symbols); let __sym0 = __pop_Variant34(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1460::<>(__sym0, __sym1); + let __nt = super::__action1459::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant50(__nt), __end)); (2, 104) } @@ -21602,11 +21602,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Comma = ( ",")+ => ActionFn(1461); + // Comma = ( ",")+ => ActionFn(1460); let __sym0 = __pop_Variant34(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1461::<>(__sym0); + let __nt = super::__action1460::<>(__sym0); __symbols.push((__start, __Symbol::Variant50(__nt), __end)); (1, 104) } @@ -22408,7 +22408,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ExceptClause = "except", Test<"all">, ":", Suite => ActionFn(1626); + // ExceptClause = "except", Test<"all">, ":", Suite => ActionFn(1625); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant25(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -22416,7 +22416,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1626::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1625::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant59(__nt), __end)); (4, 126) } @@ -22427,14 +22427,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ExceptClause = "except", ":", Suite => ActionFn(1627); + // ExceptClause = "except", ":", Suite => ActionFn(1626); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant25(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1627::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1626::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant59(__nt), __end)); (3, 126) } @@ -22730,11 +22730,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ExpressionStatement = GenericList => ActionFn(1651); + // ExpressionStatement = GenericList => ActionFn(1650); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1651::<>(__sym0); + let __nt = super::__action1650::<>(__sym0); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (1, 136) } @@ -22745,13 +22745,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ExpressionStatement = GenericList, AssignSuffix+ => ActionFn(1652); + // ExpressionStatement = GenericList, AssignSuffix+ => ActionFn(1651); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant17(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1652::<>(__sym0, __sym1); + let __nt = super::__action1651::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (2, 136) } @@ -22762,14 +22762,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ExpressionStatement = GenericList, AugAssign, TestListOrYieldExpr => ActionFn(1653); + // ExpressionStatement = GenericList, AugAssign, TestListOrYieldExpr => ActionFn(1652); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant47(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1653::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1652::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (3, 136) } @@ -22780,7 +22780,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ExpressionStatement = Test<"all">, ":", Test<"all">, AssignSuffix => ActionFn(1448); + // ExpressionStatement = Test<"all">, ":", Test<"all">, AssignSuffix => ActionFn(1447); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant15(__symbols); let __sym2 = __pop_Variant15(__symbols); @@ -22788,7 +22788,7 @@ mod __parse__Top { let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1448::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1447::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (4, 136) } @@ -22799,14 +22799,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ExpressionStatement = Test<"all">, ":", Test<"all"> => ActionFn(1449); + // ExpressionStatement = Test<"all">, ":", Test<"all"> => ActionFn(1448); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1449::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1448::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (3, 136) } @@ -22911,13 +22911,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FlowStatement = "return", GenericList => ActionFn(1647); + // FlowStatement = "return", GenericList => ActionFn(1646); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1647::<>(__sym0, __sym1); + let __nt = super::__action1646::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (2, 139) } @@ -22928,11 +22928,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FlowStatement = "return" => ActionFn(1648); + // FlowStatement = "return" => ActionFn(1647); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1648::<>(__sym0); + let __nt = super::__action1647::<>(__sym0); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (1, 139) } @@ -22973,7 +22973,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ForStatement = "async", "for", ExpressionList, "in", GenericList, ":", Suite, "else", ":", Suite => ActionFn(1638); + // ForStatement = "async", "for", ExpressionList, "in", GenericList, ":", Suite, "else", ":", Suite => ActionFn(1637); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant25(__symbols); let __sym8 = __pop_Variant0(__symbols); @@ -22987,7 +22987,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = super::__action1638::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9); + let __nt = super::__action1637::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (10, 140) } @@ -22998,7 +22998,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ForStatement = "async", "for", ExpressionList, "in", GenericList, ":", Suite => ActionFn(1639); + // ForStatement = "async", "for", ExpressionList, "in", GenericList, ":", Suite => ActionFn(1638); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant25(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -23009,7 +23009,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = super::__action1639::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); + let __nt = super::__action1638::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (7, 140) } @@ -23020,7 +23020,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ForStatement = "for", ExpressionList, "in", GenericList, ":", Suite, "else", ":", Suite => ActionFn(1640); + // ForStatement = "for", ExpressionList, "in", GenericList, ":", Suite, "else", ":", Suite => ActionFn(1639); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant25(__symbols); let __sym7 = __pop_Variant0(__symbols); @@ -23033,7 +23033,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = super::__action1640::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8); + let __nt = super::__action1639::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (9, 140) } @@ -23044,7 +23044,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ForStatement = "for", ExpressionList, "in", GenericList, ":", Suite => ActionFn(1641); + // ForStatement = "for", ExpressionList, "in", GenericList, ":", Suite => ActionFn(1640); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant25(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -23054,7 +23054,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = super::__action1641::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); + let __nt = super::__action1640::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (6, 140) } @@ -23065,7 +23065,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FuncDef = "async", "def", Identifier, Parameters, "->", Test<"all">, ":", Suite => ActionFn(1476); + // FuncDef = "async", "def", Identifier, Parameters, "->", Test<"all">, ":", Suite => ActionFn(1475); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant25(__symbols); let __sym6 = __pop_Variant0(__symbols); @@ -23077,7 +23077,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = super::__action1476::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7); + let __nt = super::__action1475::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (8, 141) } @@ -23088,7 +23088,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FuncDef = Decorator+, "async", "def", Identifier, Parameters, "->", Test<"all">, ":", Suite => ActionFn(1477); + // FuncDef = Decorator+, "async", "def", Identifier, Parameters, "->", Test<"all">, ":", Suite => ActionFn(1476); assert!(__symbols.len() >= 9); let __sym8 = __pop_Variant25(__symbols); let __sym7 = __pop_Variant0(__symbols); @@ -23101,7 +23101,7 @@ mod __parse__Top { let __sym0 = __pop_Variant17(__symbols); let __start = __sym0.0; let __end = __sym8.2; - let __nt = super::__action1477::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8); + let __nt = super::__action1476::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (9, 141) } @@ -23112,7 +23112,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FuncDef = "async", "def", Identifier, Parameters, ":", Suite => ActionFn(1478); + // FuncDef = "async", "def", Identifier, Parameters, ":", Suite => ActionFn(1477); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant25(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -23122,7 +23122,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = super::__action1478::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); + let __nt = super::__action1477::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (6, 141) } @@ -23133,7 +23133,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FuncDef = Decorator+, "async", "def", Identifier, Parameters, ":", Suite => ActionFn(1479); + // FuncDef = Decorator+, "async", "def", Identifier, Parameters, ":", Suite => ActionFn(1478); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant25(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -23144,7 +23144,7 @@ mod __parse__Top { let __sym0 = __pop_Variant17(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = super::__action1479::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); + let __nt = super::__action1478::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (7, 141) } @@ -23155,7 +23155,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FuncDef = "def", Identifier, Parameters, "->", Test<"all">, ":", Suite => ActionFn(1480); + // FuncDef = "def", Identifier, Parameters, "->", Test<"all">, ":", Suite => ActionFn(1479); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant25(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -23166,7 +23166,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = super::__action1480::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); + let __nt = super::__action1479::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (7, 141) } @@ -23177,7 +23177,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FuncDef = Decorator+, "def", Identifier, Parameters, "->", Test<"all">, ":", Suite => ActionFn(1481); + // FuncDef = Decorator+, "def", Identifier, Parameters, "->", Test<"all">, ":", Suite => ActionFn(1480); assert!(__symbols.len() >= 8); let __sym7 = __pop_Variant25(__symbols); let __sym6 = __pop_Variant0(__symbols); @@ -23189,7 +23189,7 @@ mod __parse__Top { let __sym0 = __pop_Variant17(__symbols); let __start = __sym0.0; let __end = __sym7.2; - let __nt = super::__action1481::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7); + let __nt = super::__action1480::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (8, 141) } @@ -23200,7 +23200,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FuncDef = "def", Identifier, Parameters, ":", Suite => ActionFn(1482); + // FuncDef = "def", Identifier, Parameters, ":", Suite => ActionFn(1481); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant25(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -23209,7 +23209,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1482::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1481::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (5, 141) } @@ -23220,7 +23220,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FuncDef = Decorator+, "def", Identifier, Parameters, ":", Suite => ActionFn(1483); + // FuncDef = Decorator+, "def", Identifier, Parameters, ":", Suite => ActionFn(1482); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant25(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -23230,7 +23230,7 @@ mod __parse__Top { let __sym0 = __pop_Variant17(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = super::__action1483::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); + let __nt = super::__action1482::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (6, 141) } @@ -23241,13 +23241,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FunctionArgument = NamedExpressionTest, CompFor => ActionFn(1466); + // FunctionArgument = NamedExpressionTest, CompFor => ActionFn(1465); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant51(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1466::<>(__sym0, __sym1); + let __nt = super::__action1465::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant29(__nt), __end)); (2, 142) } @@ -23258,11 +23258,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // FunctionArgument = NamedExpressionTest => ActionFn(1467); + // FunctionArgument = NamedExpressionTest => ActionFn(1466); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1467::<>(__sym0); + let __nt = super::__action1466::<>(__sym0); __symbols.push((__start, __Symbol::Variant29(__nt), __end)); (1, 142) } @@ -23775,11 +23775,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ImportFromLocation = DottedName => ActionFn(1496); + // ImportFromLocation = DottedName => ActionFn(1495); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1496::<>(__sym0); + let __nt = super::__action1495::<>(__sym0); __symbols.push((__start, __Symbol::Variant66(__nt), __end)); (1, 156) } @@ -23790,13 +23790,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ImportFromLocation = ImportDots+, DottedName => ActionFn(1497); + // ImportFromLocation = ImportDots+, DottedName => ActionFn(1496); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant23(__symbols); let __sym0 = __pop_Variant65(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1497::<>(__sym0, __sym1); + let __nt = super::__action1496::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant66(__nt), __end)); (2, 156) } @@ -23858,13 +23858,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // KwargParameter = "**", TypedParameter => ActionFn(1654); + // KwargParameter = "**", TypedParameter => ActionFn(1653); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant81(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1654::<>(__sym0, __sym1); + let __nt = super::__action1653::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant9(__nt), __end)); (2, 158) } @@ -23875,11 +23875,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // KwargParameter = "**" => ActionFn(1655); + // KwargParameter = "**" => ActionFn(1654); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1655::<>(__sym0); + let __nt = super::__action1654::<>(__sym0); __symbols.push((__start, __Symbol::Variant9(__nt), __end)); (1, 158) } @@ -24284,7 +24284,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // MatchCase = "case", Patterns, Guard, ":", Suite => ActionFn(1441); + // MatchCase = "case", Patterns, Guard, ":", Suite => ActionFn(1440); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant25(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -24293,7 +24293,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1441::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1440::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant67(__nt), __end)); (5, 166) } @@ -24304,7 +24304,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // MatchCase = "case", Patterns, ":", Suite => ActionFn(1442); + // MatchCase = "case", Patterns, ":", Suite => ActionFn(1441); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant25(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -24312,7 +24312,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1442::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1441::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant67(__nt), __end)); (4, 166) } @@ -24391,11 +24391,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // MatchName = Identifier => ActionFn(1279); + // MatchName = Identifier => ActionFn(1278); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1279::<>(__sym0); + let __nt = super::__action1278::<>(__sym0); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (1, 170) } @@ -24406,14 +24406,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // MatchNameOrAttr = MatchName, ".", Identifier => ActionFn(1280); + // MatchNameOrAttr = MatchName, ".", Identifier => ActionFn(1279); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant23(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1280::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1279::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 171) } @@ -24424,14 +24424,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // MatchNameOrAttr = MatchNameOrAttr, ".", Identifier => ActionFn(1281); + // MatchNameOrAttr = MatchNameOrAttr, ".", Identifier => ActionFn(1280); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant23(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1281::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1280::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 171) } @@ -24607,14 +24607,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // NamedExpression = Identifier, ":=", Test<"all"> => ActionFn(1282); + // NamedExpression = Identifier, ":=", Test<"all"> => ActionFn(1281); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1282::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1281::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 174) } @@ -24685,13 +24685,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // NonlocalStatement = "nonlocal", OneOrMore => ActionFn(1283); + // NonlocalStatement = "nonlocal", OneOrMore => ActionFn(1282); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant71(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1283::<>(__sym0, __sym1); + let __nt = super::__action1282::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (2, 177) } @@ -24702,13 +24702,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // NotTest<"all"> = "not", NotTest<"all"> => ActionFn(1284); + // NotTest<"all"> = "not", NotTest<"all"> => ActionFn(1283); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1284::<>(__sym0, __sym1); + let __nt = super::__action1283::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 178) } @@ -24734,13 +24734,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // NotTest<"no-withitems"> = "not", NotTest<"all"> => ActionFn(1285); + // NotTest<"no-withitems"> = "not", NotTest<"all"> => ActionFn(1284); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1285::<>(__sym0, __sym1); + let __nt = super::__action1284::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 179) } @@ -24865,14 +24865,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OneOrMore> = DottedName, "as", Identifier => ActionFn(1488); + // OneOrMore> = DottedName, "as", Identifier => ActionFn(1487); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant23(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1488::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1487::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant63(__nt), __end)); (3, 183) } @@ -24883,11 +24883,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OneOrMore> = DottedName => ActionFn(1489); + // OneOrMore> = DottedName => ActionFn(1488); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1489::<>(__sym0); + let __nt = super::__action1488::<>(__sym0); __symbols.push((__start, __Symbol::Variant63(__nt), __end)); (1, 183) } @@ -24898,7 +24898,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OneOrMore> = OneOrMore>, ",", DottedName, "as", Identifier => ActionFn(1490); + // OneOrMore> = OneOrMore>, ",", DottedName, "as", Identifier => ActionFn(1489); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant23(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -24907,7 +24907,7 @@ mod __parse__Top { let __sym0 = __pop_Variant63(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1490::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1489::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant63(__nt), __end)); (5, 183) } @@ -24918,14 +24918,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OneOrMore> = OneOrMore>, ",", DottedName => ActionFn(1491); + // OneOrMore> = OneOrMore>, ",", DottedName => ActionFn(1490); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant23(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant63(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1491::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1490::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant63(__nt), __end)); (3, 183) } @@ -24936,14 +24936,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OneOrMore> = Identifier, "as", Identifier => ActionFn(1492); + // OneOrMore> = Identifier, "as", Identifier => ActionFn(1491); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant23(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1492::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1491::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant63(__nt), __end)); (3, 184) } @@ -24954,11 +24954,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OneOrMore> = Identifier => ActionFn(1493); + // OneOrMore> = Identifier => ActionFn(1492); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1493::<>(__sym0); + let __nt = super::__action1492::<>(__sym0); __symbols.push((__start, __Symbol::Variant63(__nt), __end)); (1, 184) } @@ -24969,7 +24969,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OneOrMore> = OneOrMore>, ",", Identifier, "as", Identifier => ActionFn(1494); + // OneOrMore> = OneOrMore>, ",", Identifier, "as", Identifier => ActionFn(1493); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant23(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -24978,7 +24978,7 @@ mod __parse__Top { let __sym0 = __pop_Variant63(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1494::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1493::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant63(__nt), __end)); (5, 184) } @@ -24989,14 +24989,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OneOrMore> = OneOrMore>, ",", Identifier => ActionFn(1495); + // OneOrMore> = OneOrMore>, ",", Identifier => ActionFn(1494); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant23(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant63(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1495::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1494::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant63(__nt), __end)); (3, 184) } @@ -25286,11 +25286,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OrPattern = TwoOrMore => ActionFn(1286); + // OrPattern = TwoOrMore => ActionFn(1285); let __sym0 = __pop_Variant50(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1286::<>(__sym0); + let __nt = super::__action1285::<>(__sym0); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (1, 193) } @@ -25301,13 +25301,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OrTest<"all"> = (> "or")+, AndTest<"all"> => ActionFn(1287); + // OrTest<"all"> = (> "or")+, AndTest<"all"> => ActionFn(1286); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant17(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1287::<>(__sym0, __sym1); + let __nt = super::__action1286::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 194) } @@ -25333,13 +25333,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // OrTest<"no-withitems"> = (> "or")+, AndTest<"all"> => ActionFn(1288); + // OrTest<"no-withitems"> = (> "or")+, AndTest<"all"> => ActionFn(1287); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant17(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1288::<>(__sym0, __sym1); + let __nt = super::__action1287::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 195) } @@ -25535,13 +25535,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ParameterList = KwargParameter, "," => ActionFn(1325); + // ParameterList = KwargParameter, "," => ActionFn(1324); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant9(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1325::<>(__sym0, __sym1); + let __nt = super::__action1324::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant44(__nt), __end)); (2, 200) } @@ -25552,11 +25552,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ParameterList = KwargParameter => ActionFn(1326); + // ParameterList = KwargParameter => ActionFn(1325); let __sym0 = __pop_Variant9(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1326::<>(__sym0); + let __nt = super::__action1325::<>(__sym0); __symbols.push((__start, __Symbol::Variant44(__nt), __end)); (1, 200) } @@ -25567,13 +25567,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ParameterList = KwargParameter, "," => ActionFn(1363); + // ParameterList = KwargParameter, "," => ActionFn(1362); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant9(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1363::<>(__sym0, __sym1); + let __nt = super::__action1362::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant44(__nt), __end)); (2, 201) } @@ -25584,11 +25584,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ParameterList = KwargParameter => ActionFn(1364); + // ParameterList = KwargParameter => ActionFn(1363); let __sym0 = __pop_Variant9(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1364::<>(__sym0); + let __nt = super::__action1363::<>(__sym0); __symbols.push((__start, __Symbol::Variant44(__nt), __end)); (1, 201) } @@ -25628,11 +25628,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // PassStatement = "pass" => ActionFn(1366); + // PassStatement = "pass" => ActionFn(1365); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1366::<>(__sym0); + let __nt = super::__action1365::<>(__sym0); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (1, 206) } @@ -25702,13 +25702,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Patterns = Pattern, "," => ActionFn(1367); + // Patterns = Pattern, "," => ActionFn(1366); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant33(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1367::<>(__sym0, __sym1); + let __nt = super::__action1366::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (2, 209) } @@ -25719,13 +25719,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Patterns = TwoOrMore, "," => ActionFn(1368); + // Patterns = TwoOrMore, "," => ActionFn(1367); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant50(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1368::<>(__sym0, __sym1); + let __nt = super::__action1367::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (2, 209) } @@ -25736,11 +25736,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Patterns = TwoOrMore => ActionFn(1369); + // Patterns = TwoOrMore => ActionFn(1368); let __sym0 = __pop_Variant50(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1369::<>(__sym0); + let __nt = super::__action1368::<>(__sym0); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (1, 209) } @@ -25766,14 +25766,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Power<"all"> = AtomExpr<"all">, "**", Factor<"all"> => ActionFn(1370); + // Power<"all"> = AtomExpr<"all">, "**", Factor<"all"> => ActionFn(1369); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1370::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1369::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 210) } @@ -25799,14 +25799,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Power<"no-withitems"> = AtomExpr<"all">, "**", Factor<"all"> => ActionFn(1371); + // Power<"no-withitems"> = AtomExpr<"all">, "**", Factor<"all"> => ActionFn(1370); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1371::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1370::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 211) } @@ -25956,11 +25956,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // RaiseStatement = "raise" => ActionFn(1372); + // RaiseStatement = "raise" => ActionFn(1371); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1372::<>(__sym0); + let __nt = super::__action1371::<>(__sym0); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (1, 213) } @@ -25971,7 +25971,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // RaiseStatement = "raise", Test<"all">, "from", Test<"all"> => ActionFn(1373); + // RaiseStatement = "raise", Test<"all">, "from", Test<"all"> => ActionFn(1372); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant15(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -25979,7 +25979,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1373::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1372::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (4, 213) } @@ -25990,13 +25990,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // RaiseStatement = "raise", Test<"all"> => ActionFn(1374); + // RaiseStatement = "raise", Test<"all"> => ActionFn(1373); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1374::<>(__sym0, __sym1); + let __nt = super::__action1373::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (2, 213) } @@ -26007,14 +26007,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SequencePattern = "(", Pattern, ")" => ActionFn(1375); + // SequencePattern = "(", Pattern, ")" => ActionFn(1374); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant33(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1375::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1374::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (3, 214) } @@ -26025,13 +26025,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SequencePattern = "(", ")" => ActionFn(1376); + // SequencePattern = "(", ")" => ActionFn(1375); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1376::<>(__sym0, __sym1); + let __nt = super::__action1375::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (2, 214) } @@ -26042,7 +26042,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SequencePattern = "(", Pattern, ",", ")" => ActionFn(1377); + // SequencePattern = "(", Pattern, ",", ")" => ActionFn(1376); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -26050,7 +26050,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1377::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1376::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (4, 214) } @@ -26061,7 +26061,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SequencePattern = "(", ( ",")+, Pattern, ",", ")" => ActionFn(1378); + // SequencePattern = "(", ( ",")+, Pattern, ",", ")" => ActionFn(1377); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -26070,7 +26070,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1378::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1377::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (5, 214) } @@ -26081,7 +26081,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SequencePattern = "(", ( ",")+, Pattern, ")" => ActionFn(1379); + // SequencePattern = "(", ( ",")+, Pattern, ")" => ActionFn(1378); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant33(__symbols); @@ -26089,7 +26089,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1379::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1378::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (4, 214) } @@ -26100,14 +26100,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SequencePattern = "[", Pattern, "]" => ActionFn(1462); + // SequencePattern = "[", Pattern, "]" => ActionFn(1461); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant33(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1462::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1461::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (3, 214) } @@ -26118,13 +26118,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SequencePattern = "[", "]" => ActionFn(1463); + // SequencePattern = "[", "]" => ActionFn(1462); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1463::<>(__sym0, __sym1); + let __nt = super::__action1462::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (2, 214) } @@ -26135,7 +26135,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SequencePattern = "[", ( ",")+, Pattern, "]" => ActionFn(1464); + // SequencePattern = "[", ( ",")+, Pattern, "]" => ActionFn(1463); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant33(__symbols); @@ -26143,7 +26143,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1464::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1463::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (4, 214) } @@ -26154,14 +26154,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SequencePattern = "[", ( ",")+, "]" => ActionFn(1465); + // SequencePattern = "[", ( ",")+, "]" => ActionFn(1464); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant34(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1465::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1464::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (3, 214) } @@ -26204,14 +26204,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ShiftExpression<"all"> = ShiftExpression<"all">, ShiftOp, ArithmeticExpression<"all"> => ActionFn(1381); + // ShiftExpression<"all"> = ShiftExpression<"all">, ShiftOp, ArithmeticExpression<"all"> => ActionFn(1380); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant47(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1381::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1380::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 216) } @@ -26237,14 +26237,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ShiftExpression<"no-withitems"> = ShiftExpression<"all">, ShiftOp, ArithmeticExpression<"all"> => ActionFn(1382); + // ShiftExpression<"no-withitems"> = ShiftExpression<"all">, ShiftOp, ArithmeticExpression<"all"> => ActionFn(1381); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant47(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1382::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1381::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 217) } @@ -26300,7 +26300,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SingleForComprehension = "async", "for", ExpressionList, "in", OrTest<"all"> => ActionFn(1468); + // SingleForComprehension = "async", "for", ExpressionList, "in", OrTest<"all"> => ActionFn(1467); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant15(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -26309,7 +26309,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1468::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1467::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant77(__nt), __end)); (5, 219) } @@ -26320,7 +26320,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SingleForComprehension = "async", "for", ExpressionList, "in", OrTest<"all">, ComprehensionIf+ => ActionFn(1469); + // SingleForComprehension = "async", "for", ExpressionList, "in", OrTest<"all">, ComprehensionIf+ => ActionFn(1468); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant17(__symbols); let __sym4 = __pop_Variant15(__symbols); @@ -26330,7 +26330,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = super::__action1469::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); + let __nt = super::__action1468::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); __symbols.push((__start, __Symbol::Variant77(__nt), __end)); (6, 219) } @@ -26341,7 +26341,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SingleForComprehension = "for", ExpressionList, "in", OrTest<"all"> => ActionFn(1470); + // SingleForComprehension = "for", ExpressionList, "in", OrTest<"all"> => ActionFn(1469); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant15(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -26349,7 +26349,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1470::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1469::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant77(__nt), __end)); (4, 219) } @@ -26360,7 +26360,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SingleForComprehension = "for", ExpressionList, "in", OrTest<"all">, ComprehensionIf+ => ActionFn(1471); + // SingleForComprehension = "for", ExpressionList, "in", OrTest<"all">, ComprehensionIf+ => ActionFn(1470); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant17(__symbols); let __sym3 = __pop_Variant15(__symbols); @@ -26369,7 +26369,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1471::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1470::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant77(__nt), __end)); (5, 219) } @@ -26412,13 +26412,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SliceOp = ":", Test<"all"> => ActionFn(1628); + // SliceOp = ":", Test<"all"> => ActionFn(1627); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1628::<>(__sym0, __sym1); + let __nt = super::__action1627::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant79(__nt), __end)); (2, 221) } @@ -26429,11 +26429,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SliceOp = ":" => ActionFn(1629); + // SliceOp = ":" => ActionFn(1628); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1629::<>(__sym0); + let __nt = super::__action1628::<>(__sym0); __symbols.push((__start, __Symbol::Variant79(__nt), __end)); (1, 221) } @@ -26593,13 +26593,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // StarExpr = "*", Expression<"all"> => ActionFn(1385); + // StarExpr = "*", Expression<"all"> => ActionFn(1384); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1385::<>(__sym0, __sym1); + let __nt = super::__action1384::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 224) } @@ -26610,13 +26610,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // StarPattern = "*", Identifier => ActionFn(1386); + // StarPattern = "*", Identifier => ActionFn(1385); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant23(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1386::<>(__sym0, __sym1); + let __nt = super::__action1385::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (2, 225) } @@ -26627,14 +26627,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // StarTypedParameter = Identifier, ":", TestOrStarExpr => ActionFn(1387); + // StarTypedParameter = Identifier, ":", TestOrStarExpr => ActionFn(1386); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1387::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1386::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant81(__nt), __end)); (3, 226) } @@ -26645,11 +26645,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // StarTypedParameter = Identifier => ActionFn(1388); + // StarTypedParameter = Identifier => ActionFn(1387); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1388::<>(__sym0); + let __nt = super::__action1387::<>(__sym0); __symbols.push((__start, __Symbol::Variant81(__nt), __end)); (1, 226) } @@ -26884,7 +26884,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Subscript = Test<"all">, ":", Test<"all">, SliceOp => ActionFn(1630); + // Subscript = Test<"all">, ":", Test<"all">, SliceOp => ActionFn(1629); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant79(__symbols); let __sym2 = __pop_Variant15(__symbols); @@ -26892,7 +26892,7 @@ mod __parse__Top { let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1630::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1629::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (4, 229) } @@ -26903,14 +26903,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Subscript = Test<"all">, ":", SliceOp => ActionFn(1631); + // Subscript = Test<"all">, ":", SliceOp => ActionFn(1630); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant79(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1631::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1630::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 229) } @@ -26921,14 +26921,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Subscript = ":", Test<"all">, SliceOp => ActionFn(1632); + // Subscript = ":", Test<"all">, SliceOp => ActionFn(1631); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant79(__symbols); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1632::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1631::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 229) } @@ -26939,13 +26939,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Subscript = ":", SliceOp => ActionFn(1633); + // Subscript = ":", SliceOp => ActionFn(1632); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant79(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1633::<>(__sym0, __sym1); + let __nt = super::__action1632::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 229) } @@ -26956,14 +26956,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Subscript = Test<"all">, ":", Test<"all"> => ActionFn(1634); + // Subscript = Test<"all">, ":", Test<"all"> => ActionFn(1633); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1634::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1633::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 229) } @@ -26974,13 +26974,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Subscript = Test<"all">, ":" => ActionFn(1635); + // Subscript = Test<"all">, ":" => ActionFn(1634); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1635::<>(__sym0, __sym1); + let __nt = super::__action1634::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 229) } @@ -26991,13 +26991,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Subscript = ":", Test<"all"> => ActionFn(1636); + // Subscript = ":", Test<"all"> => ActionFn(1635); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1636::<>(__sym0, __sym1); + let __nt = super::__action1635::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 229) } @@ -27008,11 +27008,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Subscript = ":" => ActionFn(1637); + // Subscript = ":" => ActionFn(1636); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1637::<>(__sym0); + let __nt = super::__action1636::<>(__sym0); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (1, 229) } @@ -27023,11 +27023,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SubscriptList = Subscript => ActionFn(1390); + // SubscriptList = Subscript => ActionFn(1389); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1390::<>(__sym0); + let __nt = super::__action1389::<>(__sym0); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (1, 230) } @@ -27038,13 +27038,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SubscriptList = Subscript, "," => ActionFn(1391); + // SubscriptList = Subscript, "," => ActionFn(1390); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1391::<>(__sym0, __sym1); + let __nt = super::__action1390::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 230) } @@ -27055,13 +27055,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SubscriptList = TwoOrMore, "," => ActionFn(1392); + // SubscriptList = TwoOrMore, "," => ActionFn(1391); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant31(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1392::<>(__sym0, __sym1); + let __nt = super::__action1391::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 230) } @@ -27072,11 +27072,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // SubscriptList = TwoOrMore => ActionFn(1393); + // SubscriptList = TwoOrMore => ActionFn(1392); let __sym0 = __pop_Variant31(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1393::<>(__sym0); + let __nt = super::__action1392::<>(__sym0); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (1, 230) } @@ -27178,14 +27178,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Term<"all"> = Term<"all">, MulOp, Factor<"all"> => ActionFn(1394); + // Term<"all"> = Term<"all">, MulOp, Factor<"all"> => ActionFn(1393); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant47(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1394::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1393::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 232) } @@ -27211,14 +27211,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Term<"no-withitems"> = Term<"all">, MulOp, Factor<"all"> => ActionFn(1395); + // Term<"no-withitems"> = Term<"all">, MulOp, Factor<"all"> => ActionFn(1394); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant47(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1395::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1394::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 233) } @@ -27244,7 +27244,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Test<"all"> = OrTest<"all">, "if", OrTest<"all">, "else", Test<"all"> => ActionFn(1396); + // Test<"all"> = OrTest<"all">, "if", OrTest<"all">, "else", Test<"all"> => ActionFn(1395); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant15(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -27253,7 +27253,7 @@ mod __parse__Top { let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1396::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1395::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (5, 234) } @@ -27323,7 +27323,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Test<"no-withitems"> = OrTest<"all">, "if", OrTest<"all">, "else", Test<"all"> => ActionFn(1397); + // Test<"no-withitems"> = OrTest<"all">, "if", OrTest<"all">, "else", Test<"all"> => ActionFn(1396); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant15(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -27332,7 +27332,7 @@ mod __parse__Top { let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1397::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1396::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (5, 236) } @@ -27388,11 +27388,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TestList? = GenericList => ActionFn(1642); + // TestList? = GenericList => ActionFn(1641); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1642::<>(__sym0); + let __nt = super::__action1641::<>(__sym0); __symbols.push((__start, __Symbol::Variant16(__nt), __end)); (1, 238) } @@ -27417,11 +27417,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TestListOrYieldExpr = GenericList => ActionFn(1643); + // TestListOrYieldExpr = GenericList => ActionFn(1642); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1643::<>(__sym0); + let __nt = super::__action1642::<>(__sym0); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (1, 239) } @@ -27477,11 +27477,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TestOrStarExprList = GenericList => ActionFn(1644); + // TestOrStarExprList = GenericList => ActionFn(1643); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1644::<>(__sym0); + let __nt = super::__action1643::<>(__sym0); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (1, 241) } @@ -27522,13 +27522,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Top = StartModule, Program => ActionFn(1398); + // Top = StartModule, Program => ActionFn(1397); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant25(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1398::<>(__sym0, __sym1); + let __nt = super::__action1397::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant84(__nt), __end)); (2, 243) } @@ -27539,13 +27539,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Top = StartInteractive, Program => ActionFn(1399); + // Top = StartInteractive, Program => ActionFn(1398); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant25(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1399::<>(__sym0, __sym1); + let __nt = super::__action1398::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant84(__nt), __end)); (2, 243) } @@ -27556,13 +27556,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Top = StartExpression, GenericList => ActionFn(1645); + // Top = StartExpression, GenericList => ActionFn(1644); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1645::<>(__sym0, __sym1); + let __nt = super::__action1644::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant84(__nt), __end)); (2, 243) } @@ -27573,14 +27573,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // Top = StartExpression, GenericList, ("\n")+ => ActionFn(1646); + // Top = StartExpression, GenericList, ("\n")+ => ActionFn(1645); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant22(__symbols); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1646::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1645::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant84(__nt), __end)); (3, 243) } @@ -27591,7 +27591,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TryStatement = "try", ":", Suite, ExceptClause+, "else", ":", Suite, "finally", ":", Suite => ActionFn(1402); + // TryStatement = "try", ":", Suite, ExceptClause+, "else", ":", Suite, "finally", ":", Suite => ActionFn(1401); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant25(__symbols); let __sym8 = __pop_Variant0(__symbols); @@ -27605,7 +27605,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = super::__action1402::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9); + let __nt = super::__action1401::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (10, 244) } @@ -27616,7 +27616,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TryStatement = "try", ":", Suite, ExceptClause+, "else", ":", Suite => ActionFn(1403); + // TryStatement = "try", ":", Suite, ExceptClause+, "else", ":", Suite => ActionFn(1402); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant25(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -27627,7 +27627,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = super::__action1403::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); + let __nt = super::__action1402::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (7, 244) } @@ -27638,7 +27638,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TryStatement = "try", ":", Suite, ExceptClause+, "finally", ":", Suite => ActionFn(1404); + // TryStatement = "try", ":", Suite, ExceptClause+, "finally", ":", Suite => ActionFn(1403); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant25(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -27649,7 +27649,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = super::__action1404::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); + let __nt = super::__action1403::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (7, 244) } @@ -27660,7 +27660,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TryStatement = "try", ":", Suite, ExceptClause+ => ActionFn(1405); + // TryStatement = "try", ":", Suite, ExceptClause+ => ActionFn(1404); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant60(__symbols); let __sym2 = __pop_Variant25(__symbols); @@ -27668,7 +27668,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1405::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1404::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (4, 244) } @@ -27679,7 +27679,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TryStatement = "try", ":", Suite, ExceptStarClause+, "else", ":", Suite, "finally", ":", Suite => ActionFn(1406); + // TryStatement = "try", ":", Suite, ExceptStarClause+, "else", ":", Suite, "finally", ":", Suite => ActionFn(1405); assert!(__symbols.len() >= 10); let __sym9 = __pop_Variant25(__symbols); let __sym8 = __pop_Variant0(__symbols); @@ -27693,7 +27693,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym9.2; - let __nt = super::__action1406::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9); + let __nt = super::__action1405::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6, __sym7, __sym8, __sym9); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (10, 244) } @@ -27704,7 +27704,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TryStatement = "try", ":", Suite, ExceptStarClause+, "else", ":", Suite => ActionFn(1407); + // TryStatement = "try", ":", Suite, ExceptStarClause+, "else", ":", Suite => ActionFn(1406); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant25(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -27715,7 +27715,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = super::__action1407::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); + let __nt = super::__action1406::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (7, 244) } @@ -27726,7 +27726,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TryStatement = "try", ":", Suite, ExceptStarClause+, "finally", ":", Suite => ActionFn(1408); + // TryStatement = "try", ":", Suite, ExceptStarClause+, "finally", ":", Suite => ActionFn(1407); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant25(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -27737,7 +27737,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = super::__action1408::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); + let __nt = super::__action1407::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (7, 244) } @@ -27748,7 +27748,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TryStatement = "try", ":", Suite, ExceptStarClause+ => ActionFn(1409); + // TryStatement = "try", ":", Suite, ExceptStarClause+ => ActionFn(1408); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant60(__symbols); let __sym2 = __pop_Variant25(__symbols); @@ -27756,7 +27756,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1409::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1408::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant35(__nt), __end)); (4, 244) } @@ -27932,14 +27932,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TypedParameter = Identifier, ":", Test<"all"> => ActionFn(1410); + // TypedParameter = Identifier, ":", Test<"all"> => ActionFn(1409); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1410::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1409::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant81(__nt), __end)); (3, 249) } @@ -27950,11 +27950,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // TypedParameter = Identifier => ActionFn(1411); + // TypedParameter = Identifier => ActionFn(1410); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1411::<>(__sym0); + let __nt = super::__action1410::<>(__sym0); __symbols.push((__start, __Symbol::Variant81(__nt), __end)); (1, 249) } @@ -28039,11 +28039,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // UntypedParameter = Identifier => ActionFn(1412); + // UntypedParameter = Identifier => ActionFn(1411); let __sym0 = __pop_Variant23(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1412::<>(__sym0); + let __nt = super::__action1411::<>(__sym0); __symbols.push((__start, __Symbol::Variant81(__nt), __end)); (1, 252) } @@ -28083,11 +28083,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // ValuePattern = MatchNameOrAttr => ActionFn(1413); + // ValuePattern = MatchNameOrAttr => ActionFn(1412); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1413::<>(__sym0); + let __nt = super::__action1412::<>(__sym0); __symbols.push((__start, __Symbol::Variant33(__nt), __end)); (1, 254) } @@ -28139,11 +28139,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItem<"all"> = Test<"all"> => ActionFn(1414); + // WithItem<"all"> = Test<"all"> => ActionFn(1413); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1414::<>(__sym0); + let __nt = super::__action1413::<>(__sym0); __symbols.push((__start, __Symbol::Variant18(__nt), __end)); (1, 256) } @@ -28154,14 +28154,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItem<"all"> = Test<"all">, "as", Expression<"all"> => ActionFn(1415); + // WithItem<"all"> = Test<"all">, "as", Expression<"all"> => ActionFn(1414); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1415::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1414::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant18(__nt), __end)); (3, 256) } @@ -28172,14 +28172,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItem<"as"> = Test<"all">, "as", Expression<"all"> => ActionFn(1416); + // WithItem<"as"> = Test<"all">, "as", Expression<"all"> => ActionFn(1415); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1416::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1415::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant18(__nt), __end)); (3, 257) } @@ -28190,11 +28190,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItem<"no-withitems"> = Test<"no-withitems"> => ActionFn(1417); + // WithItem<"no-withitems"> = Test<"no-withitems"> => ActionFn(1416); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1417::<>(__sym0); + let __nt = super::__action1416::<>(__sym0); __symbols.push((__start, __Symbol::Variant18(__nt), __end)); (1, 258) } @@ -28205,14 +28205,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItem<"no-withitems"> = Test<"all">, "as", Expression<"all"> => ActionFn(1418); + // WithItem<"no-withitems"> = Test<"all">, "as", Expression<"all"> => ActionFn(1417); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1418::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1417::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant18(__nt), __end)); (3, 258) } @@ -28223,7 +28223,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", OneOrMore>, ",", ")" => ActionFn(1425); + // WithItems = "(", OneOrMore>, ",", ")" => ActionFn(1424); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -28231,7 +28231,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1425::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1424::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (4, 259) } @@ -28242,14 +28242,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", OneOrMore>, ")" => ActionFn(1426); + // WithItems = "(", OneOrMore>, ")" => ActionFn(1425); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant31(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1426::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1425::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (3, 259) } @@ -28260,7 +28260,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", OneOrMore>, ",", WithItem<"as">, ",", ")" => ActionFn(1428); + // WithItems = "(", OneOrMore>, ",", WithItem<"as">, ",", ")" => ActionFn(1427); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant0(__symbols); @@ -28270,7 +28270,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = super::__action1428::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); + let __nt = super::__action1427::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (6, 259) } @@ -28281,7 +28281,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", WithItem<"as">, ",", ")" => ActionFn(1429); + // WithItems = "(", WithItem<"as">, ",", ")" => ActionFn(1428); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant0(__symbols); @@ -28289,7 +28289,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1429::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1428::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (4, 259) } @@ -28300,7 +28300,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", OneOrMore>, ",", WithItem<"as">, ("," >)+, ",", ")" => ActionFn(1430); + // WithItems = "(", OneOrMore>, ",", WithItem<"as">, ("," >)+, ",", ")" => ActionFn(1429); assert!(__symbols.len() >= 7); let __sym6 = __pop_Variant0(__symbols); let __sym5 = __pop_Variant0(__symbols); @@ -28311,7 +28311,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym6.2; - let __nt = super::__action1430::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); + let __nt = super::__action1429::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5, __sym6); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (7, 259) } @@ -28322,7 +28322,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", WithItem<"as">, ("," >)+, ",", ")" => ActionFn(1431); + // WithItems = "(", WithItem<"as">, ("," >)+, ",", ")" => ActionFn(1430); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant0(__symbols); @@ -28331,7 +28331,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1431::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1430::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (5, 259) } @@ -28342,7 +28342,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", OneOrMore>, ",", WithItem<"as">, ")" => ActionFn(1432); + // WithItems = "(", OneOrMore>, ",", WithItem<"as">, ")" => ActionFn(1431); assert!(__symbols.len() >= 5); let __sym4 = __pop_Variant0(__symbols); let __sym3 = __pop_Variant18(__symbols); @@ -28351,7 +28351,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym4.2; - let __nt = super::__action1432::<>(__sym0, __sym1, __sym2, __sym3, __sym4); + let __nt = super::__action1431::<>(__sym0, __sym1, __sym2, __sym3, __sym4); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (5, 259) } @@ -28362,14 +28362,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", WithItem<"as">, ")" => ActionFn(1433); + // WithItems = "(", WithItem<"as">, ")" => ActionFn(1432); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant0(__symbols); let __sym1 = __pop_Variant18(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1433::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1432::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (3, 259) } @@ -28380,7 +28380,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", OneOrMore>, ",", WithItem<"as">, ("," >)+, ")" => ActionFn(1434); + // WithItems = "(", OneOrMore>, ",", WithItem<"as">, ("," >)+, ")" => ActionFn(1433); assert!(__symbols.len() >= 6); let __sym5 = __pop_Variant0(__symbols); let __sym4 = __pop_Variant19(__symbols); @@ -28390,7 +28390,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym5.2; - let __nt = super::__action1434::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); + let __nt = super::__action1433::<>(__sym0, __sym1, __sym2, __sym3, __sym4, __sym5); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (6, 259) } @@ -28401,7 +28401,7 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItems = "(", WithItem<"as">, ("," >)+, ")" => ActionFn(1435); + // WithItems = "(", WithItem<"as">, ("," >)+, ")" => ActionFn(1434); assert!(__symbols.len() >= 4); let __sym3 = __pop_Variant0(__symbols); let __sym2 = __pop_Variant19(__symbols); @@ -28409,7 +28409,7 @@ mod __parse__Top { let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym3.2; - let __nt = super::__action1435::<>(__sym0, __sym1, __sym2, __sym3); + let __nt = super::__action1434::<>(__sym0, __sym1, __sym2, __sym3); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (4, 259) } @@ -28452,11 +28452,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // WithItemsNoAs = OneOrMore> => ActionFn(1419); + // WithItemsNoAs = OneOrMore> => ActionFn(1418); let __sym0 = __pop_Variant31(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1419::<>(__sym0); + let __nt = super::__action1418::<>(__sym0); __symbols.push((__start, __Symbol::Variant38(__nt), __end)); (1, 260) } @@ -28506,14 +28506,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // XorExpression<"all"> = XorExpression<"all">, "^", AndExpression<"all"> => ActionFn(1420); + // XorExpression<"all"> = XorExpression<"all">, "^", AndExpression<"all"> => ActionFn(1419); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1420::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1419::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 262) } @@ -28539,14 +28539,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // XorExpression<"no-withitems"> = XorExpression<"all">, "^", AndExpression<"all"> => ActionFn(1421); + // XorExpression<"no-withitems"> = XorExpression<"all">, "^", AndExpression<"all"> => ActionFn(1420); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant15(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1421::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1420::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 263) } @@ -28572,13 +28572,13 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // YieldExpr = "yield", GenericList => ActionFn(1649); + // YieldExpr = "yield", GenericList => ActionFn(1648); assert!(__symbols.len() >= 2); let __sym1 = __pop_Variant15(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym1.2; - let __nt = super::__action1649::<>(__sym0, __sym1); + let __nt = super::__action1648::<>(__sym0, __sym1); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (2, 264) } @@ -28589,11 +28589,11 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // YieldExpr = "yield" => ActionFn(1650); + // YieldExpr = "yield" => ActionFn(1649); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym0.2; - let __nt = super::__action1650::<>(__sym0); + let __nt = super::__action1649::<>(__sym0); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (1, 264) } @@ -28604,14 +28604,14 @@ mod __parse__Top { _: core::marker::PhantomData<()>, ) -> (usize, usize) { - // YieldExpr = "yield", "from", Test<"all"> => ActionFn(1423); + // YieldExpr = "yield", "from", Test<"all"> => ActionFn(1422); assert!(__symbols.len() >= 3); let __sym2 = __pop_Variant15(__symbols); let __sym1 = __pop_Variant0(__symbols); let __sym0 = __pop_Variant0(__symbols); let __start = __sym0.0; let __end = __sym2.2; - let __nt = super::__action1423::<>(__sym0, __sym1, __sym2); + let __nt = super::__action1422::<>(__sym0, __sym1, __sym2); __symbols.push((__start, __Symbol::Variant15(__nt), __end)); (3, 264) } @@ -29663,10 +29663,10 @@ fn __action82< (_, guard, _): (TextSize, core::option::Option, TextSize), (_, _, _): (TextSize, token::Tok, TextSize), (_, body, _): (TextSize, ast::Suite, TextSize), - (_, end, _): (TextSize, TextSize, TextSize), ) -> ast::MatchCase { { + let end = body.last().unwrap().end(); ast::MatchCase { pattern, guard: guard.map(Box::new), @@ -42229,7 +42229,6 @@ fn __action815< __2: (TextSize, core::option::Option, TextSize), __3: (TextSize, token::Tok, TextSize), __4: (TextSize, ast::Suite, TextSize), - __5: (TextSize, TextSize, TextSize), ) -> ast::MatchCase { let __start0 = __0.0; @@ -42246,7 +42245,6 @@ fn __action815< __2, __3, __4, - __5, ) } @@ -53434,33 +53432,6 @@ fn __action1277< #[allow(clippy::too_many_arguments)] fn __action1278< ->( - __0: (TextSize, token::Tok, TextSize), - __1: (TextSize, ast::Pattern, TextSize), - __2: (TextSize, core::option::Option, TextSize), - __3: (TextSize, token::Tok, TextSize), - __4: (TextSize, ast::Suite, TextSize), -) -> ast::MatchCase -{ - let __start0 = __4.2; - let __end0 = __4.2; - let __temp0 = __action370( - &__start0, - &__end0, - ); - let __temp0 = (__start0, __temp0, __end0); - __action815( - __0, - __1, - __2, - __3, - __4, - __temp0, - ) -} - -#[allow(clippy::too_many_arguments)] -fn __action1279< >( __0: (TextSize, ast::Identifier, TextSize), ) -> ast::Expr @@ -53479,7 +53450,7 @@ fn __action1279< } #[allow(clippy::too_many_arguments)] -fn __action1280< +fn __action1279< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53502,7 +53473,7 @@ fn __action1280< } #[allow(clippy::too_many_arguments)] -fn __action1281< +fn __action1280< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53525,7 +53496,7 @@ fn __action1281< } #[allow(clippy::too_many_arguments)] -fn __action1282< +fn __action1281< >( __0: (TextSize, ast::Identifier, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53548,7 +53519,7 @@ fn __action1282< } #[allow(clippy::too_many_arguments)] -fn __action1283< +fn __action1282< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -53569,7 +53540,7 @@ fn __action1283< } #[allow(clippy::too_many_arguments)] -fn __action1284< +fn __action1283< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -53590,7 +53561,7 @@ fn __action1284< } #[allow(clippy::too_many_arguments)] -fn __action1285< +fn __action1284< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -53611,7 +53582,7 @@ fn __action1285< } #[allow(clippy::too_many_arguments)] -fn __action1286< +fn __action1285< >( __0: (TextSize, Vec, TextSize), ) -> ast::Pattern @@ -53630,7 +53601,7 @@ fn __action1286< } #[allow(clippy::too_many_arguments)] -fn __action1287< +fn __action1286< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -53651,7 +53622,7 @@ fn __action1287< } #[allow(clippy::too_many_arguments)] -fn __action1288< +fn __action1287< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -53672,7 +53643,7 @@ fn __action1288< } #[allow(clippy::too_many_arguments)] -fn __action1289< +fn __action1288< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53703,7 +53674,7 @@ fn __action1289< } #[allow(clippy::too_many_arguments)] -fn __action1290< +fn __action1289< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53732,7 +53703,7 @@ fn __action1290< } #[allow(clippy::too_many_arguments)] -fn __action1291< +fn __action1290< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53765,7 +53736,7 @@ fn __action1291< } #[allow(clippy::too_many_arguments)] -fn __action1292< +fn __action1291< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53796,7 +53767,7 @@ fn __action1292< } #[allow(clippy::too_many_arguments)] -fn __action1293< +fn __action1292< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53823,7 +53794,7 @@ fn __action1293< } #[allow(clippy::too_many_arguments)] -fn __action1294< +fn __action1293< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53848,7 +53819,7 @@ fn __action1294< } #[allow(clippy::too_many_arguments)] -fn __action1295< +fn __action1294< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53877,7 +53848,7 @@ fn __action1295< } #[allow(clippy::too_many_arguments)] -fn __action1296< +fn __action1295< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53904,7 +53875,7 @@ fn __action1296< } #[allow(clippy::too_many_arguments)] -fn __action1297< +fn __action1296< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53925,7 +53896,7 @@ fn __action1297< } #[allow(clippy::too_many_arguments)] -fn __action1298< +fn __action1297< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53954,7 +53925,7 @@ fn __action1298< } #[allow(clippy::too_many_arguments)] -fn __action1299< +fn __action1298< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -53981,7 +53952,7 @@ fn __action1299< } #[allow(clippy::too_many_arguments)] -fn __action1300< +fn __action1299< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54012,7 +53983,7 @@ fn __action1300< } #[allow(clippy::too_many_arguments)] -fn __action1301< +fn __action1300< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54041,7 +54012,7 @@ fn __action1301< } #[allow(clippy::too_many_arguments)] -fn __action1302< +fn __action1301< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54066,7 +54037,7 @@ fn __action1302< } #[allow(clippy::too_many_arguments)] -fn __action1303< +fn __action1302< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54089,7 +54060,7 @@ fn __action1303< } #[allow(clippy::too_many_arguments)] -fn __action1304< +fn __action1303< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54116,7 +54087,7 @@ fn __action1304< } #[allow(clippy::too_many_arguments)] -fn __action1305< +fn __action1304< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54141,7 +54112,7 @@ fn __action1305< } #[allow(clippy::too_many_arguments)] -fn __action1306< +fn __action1305< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), ) -> Result> @@ -54160,7 +54131,7 @@ fn __action1306< } #[allow(clippy::too_many_arguments)] -fn __action1307< +fn __action1306< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54185,7 +54156,7 @@ fn __action1307< } #[allow(clippy::too_many_arguments)] -fn __action1308< +fn __action1307< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54208,7 +54179,7 @@ fn __action1308< } #[allow(clippy::too_many_arguments)] -fn __action1309< +fn __action1308< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -54235,7 +54206,7 @@ fn __action1309< } #[allow(clippy::too_many_arguments)] -fn __action1310< +fn __action1309< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54260,7 +54231,7 @@ fn __action1310< } #[allow(clippy::too_many_arguments)] -fn __action1311< +fn __action1310< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -54289,7 +54260,7 @@ fn __action1311< } #[allow(clippy::too_many_arguments)] -fn __action1312< +fn __action1311< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec<(ast::Arg, Option)>, TextSize), @@ -54316,7 +54287,7 @@ fn __action1312< } #[allow(clippy::too_many_arguments)] -fn __action1313< +fn __action1312< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -54339,7 +54310,7 @@ fn __action1313< } #[allow(clippy::too_many_arguments)] -fn __action1314< +fn __action1313< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54360,7 +54331,7 @@ fn __action1314< } #[allow(clippy::too_many_arguments)] -fn __action1315< +fn __action1314< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -54385,7 +54356,7 @@ fn __action1315< } #[allow(clippy::too_many_arguments)] -fn __action1316< +fn __action1315< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec<(ast::Arg, Option)>, TextSize), @@ -54408,7 +54379,7 @@ fn __action1316< } #[allow(clippy::too_many_arguments)] -fn __action1317< +fn __action1316< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -54433,7 +54404,7 @@ fn __action1317< } #[allow(clippy::too_many_arguments)] -fn __action1318< +fn __action1317< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54456,7 +54427,7 @@ fn __action1318< } #[allow(clippy::too_many_arguments)] -fn __action1319< +fn __action1318< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -54483,7 +54454,7 @@ fn __action1319< } #[allow(clippy::too_many_arguments)] -fn __action1320< +fn __action1319< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec<(ast::Arg, Option)>, TextSize), @@ -54508,7 +54479,7 @@ fn __action1320< } #[allow(clippy::too_many_arguments)] -fn __action1321< +fn __action1320< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -54529,7 +54500,7 @@ fn __action1321< } #[allow(clippy::too_many_arguments)] -fn __action1322< +fn __action1321< >( __0: (TextSize, token::Tok, TextSize), ) -> Result> @@ -54548,7 +54519,7 @@ fn __action1322< } #[allow(clippy::too_many_arguments)] -fn __action1323< +fn __action1322< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -54571,7 +54542,7 @@ fn __action1323< } #[allow(clippy::too_many_arguments)] -fn __action1324< +fn __action1323< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec<(ast::Arg, Option)>, TextSize), @@ -54592,7 +54563,7 @@ fn __action1324< } #[allow(clippy::too_many_arguments)] -fn __action1325< +fn __action1324< >( __0: (TextSize, Option>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54613,7 +54584,7 @@ fn __action1325< } #[allow(clippy::too_many_arguments)] -fn __action1326< +fn __action1325< >( __0: (TextSize, Option>, TextSize), ) -> ast::Arguments @@ -54632,7 +54603,7 @@ fn __action1326< } #[allow(clippy::too_many_arguments)] -fn __action1327< +fn __action1326< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54663,7 +54634,7 @@ fn __action1327< } #[allow(clippy::too_many_arguments)] -fn __action1328< +fn __action1327< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54692,7 +54663,7 @@ fn __action1328< } #[allow(clippy::too_many_arguments)] -fn __action1329< +fn __action1328< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54725,7 +54696,7 @@ fn __action1329< } #[allow(clippy::too_many_arguments)] -fn __action1330< +fn __action1329< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54756,7 +54727,7 @@ fn __action1330< } #[allow(clippy::too_many_arguments)] -fn __action1331< +fn __action1330< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54783,7 +54754,7 @@ fn __action1331< } #[allow(clippy::too_many_arguments)] -fn __action1332< +fn __action1331< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54808,7 +54779,7 @@ fn __action1332< } #[allow(clippy::too_many_arguments)] -fn __action1333< +fn __action1332< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54837,7 +54808,7 @@ fn __action1333< } #[allow(clippy::too_many_arguments)] -fn __action1334< +fn __action1333< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54864,7 +54835,7 @@ fn __action1334< } #[allow(clippy::too_many_arguments)] -fn __action1335< +fn __action1334< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54885,7 +54856,7 @@ fn __action1335< } #[allow(clippy::too_many_arguments)] -fn __action1336< +fn __action1335< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54914,7 +54885,7 @@ fn __action1336< } #[allow(clippy::too_many_arguments)] -fn __action1337< +fn __action1336< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54941,7 +54912,7 @@ fn __action1337< } #[allow(clippy::too_many_arguments)] -fn __action1338< +fn __action1337< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -54972,7 +54943,7 @@ fn __action1338< } #[allow(clippy::too_many_arguments)] -fn __action1339< +fn __action1338< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55001,7 +54972,7 @@ fn __action1339< } #[allow(clippy::too_many_arguments)] -fn __action1340< +fn __action1339< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55026,7 +54997,7 @@ fn __action1340< } #[allow(clippy::too_many_arguments)] -fn __action1341< +fn __action1340< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55049,7 +55020,7 @@ fn __action1341< } #[allow(clippy::too_many_arguments)] -fn __action1342< +fn __action1341< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55076,7 +55047,7 @@ fn __action1342< } #[allow(clippy::too_many_arguments)] -fn __action1343< +fn __action1342< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55101,7 +55072,7 @@ fn __action1343< } #[allow(clippy::too_many_arguments)] -fn __action1344< +fn __action1343< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), ) -> Result> @@ -55120,7 +55091,7 @@ fn __action1344< } #[allow(clippy::too_many_arguments)] -fn __action1345< +fn __action1344< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55145,7 +55116,7 @@ fn __action1345< } #[allow(clippy::too_many_arguments)] -fn __action1346< +fn __action1345< >( __0: (TextSize, (Vec<(ast::Arg, Option)>, Vec<(ast::Arg, Option)>), TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55168,7 +55139,7 @@ fn __action1346< } #[allow(clippy::too_many_arguments)] -fn __action1347< +fn __action1346< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -55195,7 +55166,7 @@ fn __action1347< } #[allow(clippy::too_many_arguments)] -fn __action1348< +fn __action1347< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55220,7 +55191,7 @@ fn __action1348< } #[allow(clippy::too_many_arguments)] -fn __action1349< +fn __action1348< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -55249,7 +55220,7 @@ fn __action1349< } #[allow(clippy::too_many_arguments)] -fn __action1350< +fn __action1349< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec<(ast::Arg, Option)>, TextSize), @@ -55276,7 +55247,7 @@ fn __action1350< } #[allow(clippy::too_many_arguments)] -fn __action1351< +fn __action1350< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -55299,7 +55270,7 @@ fn __action1351< } #[allow(clippy::too_many_arguments)] -fn __action1352< +fn __action1351< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55320,7 +55291,7 @@ fn __action1352< } #[allow(clippy::too_many_arguments)] -fn __action1353< +fn __action1352< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -55345,7 +55316,7 @@ fn __action1353< } #[allow(clippy::too_many_arguments)] -fn __action1354< +fn __action1353< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec<(ast::Arg, Option)>, TextSize), @@ -55368,7 +55339,7 @@ fn __action1354< } #[allow(clippy::too_many_arguments)] -fn __action1355< +fn __action1354< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -55393,7 +55364,7 @@ fn __action1355< } #[allow(clippy::too_many_arguments)] -fn __action1356< +fn __action1355< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55416,7 +55387,7 @@ fn __action1356< } #[allow(clippy::too_many_arguments)] -fn __action1357< +fn __action1356< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -55443,7 +55414,7 @@ fn __action1357< } #[allow(clippy::too_many_arguments)] -fn __action1358< +fn __action1357< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec<(ast::Arg, Option)>, TextSize), @@ -55468,7 +55439,7 @@ fn __action1358< } #[allow(clippy::too_many_arguments)] -fn __action1359< +fn __action1358< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -55489,7 +55460,7 @@ fn __action1359< } #[allow(clippy::too_many_arguments)] -fn __action1360< +fn __action1359< >( __0: (TextSize, token::Tok, TextSize), ) -> Result> @@ -55508,7 +55479,7 @@ fn __action1360< } #[allow(clippy::too_many_arguments)] -fn __action1361< +fn __action1360< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -55531,7 +55502,7 @@ fn __action1361< } #[allow(clippy::too_many_arguments)] -fn __action1362< +fn __action1361< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec<(ast::Arg, Option)>, TextSize), @@ -55552,7 +55523,7 @@ fn __action1362< } #[allow(clippy::too_many_arguments)] -fn __action1363< +fn __action1362< >( __0: (TextSize, Option>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55573,7 +55544,7 @@ fn __action1363< } #[allow(clippy::too_many_arguments)] -fn __action1364< +fn __action1363< >( __0: (TextSize, Option>, TextSize), ) -> ast::Arguments @@ -55592,7 +55563,7 @@ fn __action1364< } #[allow(clippy::too_many_arguments)] -fn __action1365< +fn __action1364< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, core::option::Option, TextSize), @@ -55615,7 +55586,7 @@ fn __action1365< } #[allow(clippy::too_many_arguments)] -fn __action1366< +fn __action1365< >( __0: (TextSize, token::Tok, TextSize), ) -> ast::Stmt @@ -55634,7 +55605,7 @@ fn __action1366< } #[allow(clippy::too_many_arguments)] -fn __action1367< +fn __action1366< >( __0: (TextSize, ast::Pattern, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55655,7 +55626,7 @@ fn __action1367< } #[allow(clippy::too_many_arguments)] -fn __action1368< +fn __action1367< >( __0: (TextSize, Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55676,7 +55647,7 @@ fn __action1368< } #[allow(clippy::too_many_arguments)] -fn __action1369< +fn __action1368< >( __0: (TextSize, Vec, TextSize), ) -> ast::Pattern @@ -55695,7 +55666,7 @@ fn __action1369< } #[allow(clippy::too_many_arguments)] -fn __action1370< +fn __action1369< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55718,7 +55689,7 @@ fn __action1370< } #[allow(clippy::too_many_arguments)] -fn __action1371< +fn __action1370< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55741,7 +55712,7 @@ fn __action1371< } #[allow(clippy::too_many_arguments)] -fn __action1372< +fn __action1371< >( __0: (TextSize, token::Tok, TextSize), ) -> ast::Stmt @@ -55760,7 +55731,7 @@ fn __action1372< } #[allow(clippy::too_many_arguments)] -fn __action1373< +fn __action1372< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -55785,7 +55756,7 @@ fn __action1373< } #[allow(clippy::too_many_arguments)] -fn __action1374< +fn __action1373< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -55806,7 +55777,7 @@ fn __action1374< } #[allow(clippy::too_many_arguments)] -fn __action1375< +fn __action1374< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Pattern, TextSize), @@ -55829,7 +55800,7 @@ fn __action1375< } #[allow(clippy::too_many_arguments)] -fn __action1376< +fn __action1375< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -55850,7 +55821,7 @@ fn __action1376< } #[allow(clippy::too_many_arguments)] -fn __action1377< +fn __action1376< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Pattern, TextSize), @@ -55875,7 +55846,7 @@ fn __action1377< } #[allow(clippy::too_many_arguments)] -fn __action1378< +fn __action1377< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec, TextSize), @@ -55902,7 +55873,7 @@ fn __action1378< } #[allow(clippy::too_many_arguments)] -fn __action1379< +fn __action1378< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec, TextSize), @@ -55927,7 +55898,7 @@ fn __action1379< } #[allow(clippy::too_many_arguments)] -fn __action1380< +fn __action1379< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -55950,7 +55921,7 @@ fn __action1380< } #[allow(clippy::too_many_arguments)] -fn __action1381< +fn __action1380< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, ast::Operator, TextSize), @@ -55973,7 +55944,7 @@ fn __action1381< } #[allow(clippy::too_many_arguments)] -fn __action1382< +fn __action1381< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, ast::Operator, TextSize), @@ -55996,7 +55967,7 @@ fn __action1382< } #[allow(clippy::too_many_arguments)] -fn __action1383< +fn __action1382< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56025,7 +55996,7 @@ fn __action1383< } #[allow(clippy::too_many_arguments)] -fn __action1384< +fn __action1383< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -56052,7 +56023,7 @@ fn __action1384< } #[allow(clippy::too_many_arguments)] -fn __action1385< +fn __action1384< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -56073,7 +56044,7 @@ fn __action1385< } #[allow(clippy::too_many_arguments)] -fn __action1386< +fn __action1385< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Identifier, TextSize), @@ -56094,7 +56065,7 @@ fn __action1386< } #[allow(clippy::too_many_arguments)] -fn __action1387< +fn __action1386< >( __0: (TextSize, ast::Identifier, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56117,7 +56088,7 @@ fn __action1387< } #[allow(clippy::too_many_arguments)] -fn __action1388< +fn __action1387< >( __0: (TextSize, ast::Identifier, TextSize), ) -> ast::Arg @@ -56136,7 +56107,7 @@ fn __action1388< } #[allow(clippy::too_many_arguments)] -fn __action1389< +fn __action1388< >( __0: (TextSize, core::option::Option, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56161,7 +56132,7 @@ fn __action1389< } #[allow(clippy::too_many_arguments)] -fn __action1390< +fn __action1389< >( __0: (TextSize, ast::Expr, TextSize), ) -> ast::Expr @@ -56180,7 +56151,7 @@ fn __action1390< } #[allow(clippy::too_many_arguments)] -fn __action1391< +fn __action1390< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56201,7 +56172,7 @@ fn __action1391< } #[allow(clippy::too_many_arguments)] -fn __action1392< +fn __action1391< >( __0: (TextSize, Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56222,7 +56193,7 @@ fn __action1392< } #[allow(clippy::too_many_arguments)] -fn __action1393< +fn __action1392< >( __0: (TextSize, Vec, TextSize), ) -> ast::Expr @@ -56241,7 +56212,7 @@ fn __action1393< } #[allow(clippy::too_many_arguments)] -fn __action1394< +fn __action1393< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, ast::Operator, TextSize), @@ -56264,7 +56235,7 @@ fn __action1394< } #[allow(clippy::too_many_arguments)] -fn __action1395< +fn __action1394< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, ast::Operator, TextSize), @@ -56287,7 +56258,7 @@ fn __action1395< } #[allow(clippy::too_many_arguments)] -fn __action1396< +fn __action1395< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56314,7 +56285,7 @@ fn __action1396< } #[allow(clippy::too_many_arguments)] -fn __action1397< +fn __action1396< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56341,7 +56312,7 @@ fn __action1397< } #[allow(clippy::too_many_arguments)] -fn __action1398< +fn __action1397< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Suite, TextSize), @@ -56362,7 +56333,7 @@ fn __action1398< } #[allow(clippy::too_many_arguments)] -fn __action1399< +fn __action1398< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Suite, TextSize), @@ -56383,7 +56354,7 @@ fn __action1399< } #[allow(clippy::too_many_arguments)] -fn __action1400< +fn __action1399< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -56404,7 +56375,7 @@ fn __action1400< } #[allow(clippy::too_many_arguments)] -fn __action1401< +fn __action1400< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -56427,7 +56398,7 @@ fn __action1401< } #[allow(clippy::too_many_arguments)] -fn __action1402< +fn __action1401< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56464,7 +56435,7 @@ fn __action1402< } #[allow(clippy::too_many_arguments)] -fn __action1403< +fn __action1402< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56495,7 +56466,7 @@ fn __action1403< } #[allow(clippy::too_many_arguments)] -fn __action1404< +fn __action1403< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56526,7 +56497,7 @@ fn __action1404< } #[allow(clippy::too_many_arguments)] -fn __action1405< +fn __action1404< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56551,7 +56522,7 @@ fn __action1405< } #[allow(clippy::too_many_arguments)] -fn __action1406< +fn __action1405< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56588,7 +56559,7 @@ fn __action1406< } #[allow(clippy::too_many_arguments)] -fn __action1407< +fn __action1406< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56619,7 +56590,7 @@ fn __action1407< } #[allow(clippy::too_many_arguments)] -fn __action1408< +fn __action1407< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56650,7 +56621,7 @@ fn __action1408< } #[allow(clippy::too_many_arguments)] -fn __action1409< +fn __action1408< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56675,7 +56646,7 @@ fn __action1409< } #[allow(clippy::too_many_arguments)] -fn __action1410< +fn __action1409< >( __0: (TextSize, ast::Identifier, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56698,7 +56669,7 @@ fn __action1410< } #[allow(clippy::too_many_arguments)] -fn __action1411< +fn __action1410< >( __0: (TextSize, ast::Identifier, TextSize), ) -> ast::Arg @@ -56717,7 +56688,7 @@ fn __action1411< } #[allow(clippy::too_many_arguments)] -fn __action1412< +fn __action1411< >( __0: (TextSize, ast::Identifier, TextSize), ) -> ast::Arg @@ -56736,7 +56707,7 @@ fn __action1412< } #[allow(clippy::too_many_arguments)] -fn __action1413< +fn __action1412< >( __0: (TextSize, ast::Expr, TextSize), ) -> ast::Pattern @@ -56755,7 +56726,7 @@ fn __action1413< } #[allow(clippy::too_many_arguments)] -fn __action1414< +fn __action1413< >( __0: (TextSize, ast::Expr, TextSize), ) -> ast::Withitem @@ -56774,7 +56745,7 @@ fn __action1414< } #[allow(clippy::too_many_arguments)] -fn __action1415< +fn __action1414< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56797,7 +56768,7 @@ fn __action1415< } #[allow(clippy::too_many_arguments)] -fn __action1416< +fn __action1415< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56820,7 +56791,7 @@ fn __action1416< } #[allow(clippy::too_many_arguments)] -fn __action1417< +fn __action1416< >( __0: (TextSize, ast::Expr, TextSize), ) -> ast::Withitem @@ -56839,7 +56810,7 @@ fn __action1417< } #[allow(clippy::too_many_arguments)] -fn __action1418< +fn __action1417< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56862,7 +56833,7 @@ fn __action1418< } #[allow(clippy::too_many_arguments)] -fn __action1419< +fn __action1418< >( __0: (TextSize, Vec, TextSize), ) -> Vec @@ -56881,7 +56852,7 @@ fn __action1419< } #[allow(clippy::too_many_arguments)] -fn __action1420< +fn __action1419< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56904,7 +56875,7 @@ fn __action1420< } #[allow(clippy::too_many_arguments)] -fn __action1421< +fn __action1420< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56927,7 +56898,7 @@ fn __action1421< } #[allow(clippy::too_many_arguments)] -fn __action1422< +fn __action1421< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, core::option::Option, TextSize), @@ -56948,7 +56919,7 @@ fn __action1422< } #[allow(clippy::too_many_arguments)] -fn __action1423< +fn __action1422< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56971,7 +56942,7 @@ fn __action1423< } #[allow(clippy::too_many_arguments)] -fn __action1424< +fn __action1423< >( __0: (TextSize, Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -56979,7 +56950,7 @@ fn __action1424< { let __start0 = __0.0; let __end0 = __0.2; - let __temp0 = __action1419( + let __temp0 = __action1418( __0, ); let __temp0 = (__start0, __temp0, __end0); @@ -56990,7 +56961,7 @@ fn __action1424< } #[allow(clippy::too_many_arguments)] -fn __action1425< +fn __action1424< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -57000,7 +56971,7 @@ fn __action1425< { let __start0 = __1.0; let __end0 = __1.2; - let __temp0 = __action1419( + let __temp0 = __action1418( __1, ); let __temp0 = (__start0, __temp0, __end0); @@ -57013,7 +56984,7 @@ fn __action1425< } #[allow(clippy::too_many_arguments)] -fn __action1426< +fn __action1425< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -57022,7 +56993,7 @@ fn __action1426< { let __start0 = __1.0; let __end0 = __1.2; - let __temp0 = __action1419( + let __temp0 = __action1418( __1, ); let __temp0 = (__start0, __temp0, __end0); @@ -57034,7 +57005,7 @@ fn __action1426< } #[allow(clippy::too_many_arguments)] -fn __action1427< +fn __action1426< >( __0: (TextSize, Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -57042,7 +57013,7 @@ fn __action1427< { let __start0 = __0.0; let __end0 = __1.2; - let __temp0 = __action1424( + let __temp0 = __action1423( __0, __1, ); @@ -57053,7 +57024,7 @@ fn __action1427< } #[allow(clippy::too_many_arguments)] -fn __action1428< +fn __action1427< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -57065,7 +57036,7 @@ fn __action1428< { let __start0 = __1.0; let __end0 = __2.2; - let __temp0 = __action1427( + let __temp0 = __action1426( __1, __2, ); @@ -57080,7 +57051,7 @@ fn __action1428< } #[allow(clippy::too_many_arguments)] -fn __action1429< +fn __action1428< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Withitem, TextSize), @@ -57105,7 +57076,7 @@ fn __action1429< } #[allow(clippy::too_many_arguments)] -fn __action1430< +fn __action1429< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -57118,7 +57089,7 @@ fn __action1430< { let __start0 = __1.0; let __end0 = __2.2; - let __temp0 = __action1427( + let __temp0 = __action1426( __1, __2, ); @@ -57134,7 +57105,7 @@ fn __action1430< } #[allow(clippy::too_many_arguments)] -fn __action1431< +fn __action1430< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Withitem, TextSize), @@ -57161,7 +57132,7 @@ fn __action1431< } #[allow(clippy::too_many_arguments)] -fn __action1432< +fn __action1431< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -57172,7 +57143,7 @@ fn __action1432< { let __start0 = __1.0; let __end0 = __2.2; - let __temp0 = __action1427( + let __temp0 = __action1426( __1, __2, ); @@ -57186,7 +57157,7 @@ fn __action1432< } #[allow(clippy::too_many_arguments)] -fn __action1433< +fn __action1432< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Withitem, TextSize), @@ -57209,7 +57180,7 @@ fn __action1433< } #[allow(clippy::too_many_arguments)] -fn __action1434< +fn __action1433< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -57221,7 +57192,7 @@ fn __action1434< { let __start0 = __1.0; let __end0 = __2.2; - let __temp0 = __action1427( + let __temp0 = __action1426( __1, __2, ); @@ -57236,7 +57207,7 @@ fn __action1434< } #[allow(clippy::too_many_arguments)] -fn __action1435< +fn __action1434< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Withitem, TextSize), @@ -57261,7 +57232,7 @@ fn __action1435< } #[allow(clippy::too_many_arguments)] -fn __action1436< +fn __action1435< >( __0: (TextSize, (String, StringKind, bool), TextSize), ) -> alloc::vec::Vec<(TextSize, (String, StringKind, bool), TextSize)> @@ -57278,7 +57249,7 @@ fn __action1436< } #[allow(clippy::too_many_arguments)] -fn __action1437< +fn __action1436< >( __0: (TextSize, alloc::vec::Vec<(TextSize, (String, StringKind, bool), TextSize)>, TextSize), __1: (TextSize, (String, StringKind, bool), TextSize), @@ -57297,7 +57268,7 @@ fn __action1437< } #[allow(clippy::too_many_arguments)] -fn __action1438< +fn __action1437< >( __0: (TextSize, ast::Cmpop, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -57316,7 +57287,7 @@ fn __action1438< } #[allow(clippy::too_many_arguments)] -fn __action1439< +fn __action1438< >( __0: (TextSize, alloc::vec::Vec<(ast::Cmpop, ast::Expr)>, TextSize), __1: (TextSize, ast::Cmpop, TextSize), @@ -57337,7 +57308,7 @@ fn __action1439< } #[allow(clippy::too_many_arguments)] -fn __action1440< +fn __action1439< >( __0: (TextSize, ast::Expr, TextSize), ) -> core::option::Option @@ -57354,7 +57325,7 @@ fn __action1440< } #[allow(clippy::too_many_arguments)] -fn __action1441< +fn __action1440< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Pattern, TextSize), @@ -57365,11 +57336,11 @@ fn __action1441< { let __start0 = __2.0; let __end0 = __2.2; - let __temp0 = __action1440( + let __temp0 = __action1439( __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1278( + __action815( __0, __1, __temp0, @@ -57379,7 +57350,7 @@ fn __action1441< } #[allow(clippy::too_many_arguments)] -fn __action1442< +fn __action1441< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Pattern, TextSize), @@ -57394,7 +57365,7 @@ fn __action1442< &__end0, ); let __temp0 = (__start0, __temp0, __end0); - __action1278( + __action815( __0, __1, __temp0, @@ -57404,7 +57375,7 @@ fn __action1442< } #[allow(clippy::too_many_arguments)] -fn __action1443< +fn __action1442< >( __0: (TextSize, ast::Arguments, TextSize), ) -> core::option::Option @@ -57421,7 +57392,7 @@ fn __action1443< } #[allow(clippy::too_many_arguments)] -fn __action1444< +fn __action1443< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arguments, TextSize), @@ -57430,11 +57401,11 @@ fn __action1444< { let __start0 = __1.0; let __end0 = __1.2; - let __temp0 = __action1443( + let __temp0 = __action1442( __1, ); let __temp0 = (__start0, __temp0, __end0); - __action1365( + __action1364( __0, __temp0, __2, @@ -57442,7 +57413,7 @@ fn __action1444< } #[allow(clippy::too_many_arguments)] -fn __action1445< +fn __action1444< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -57455,7 +57426,7 @@ fn __action1445< &__end0, ); let __temp0 = (__start0, __temp0, __end0); - __action1365( + __action1364( __0, __temp0, __1, @@ -57463,7 +57434,7 @@ fn __action1445< } #[allow(clippy::too_many_arguments)] -fn __action1446< +fn __action1445< >( __0: (TextSize, ast::Expr, TextSize), ) -> ast::Stmt @@ -57482,7 +57453,7 @@ fn __action1446< } #[allow(clippy::too_many_arguments)] -fn __action1447< +fn __action1446< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, alloc::vec::Vec, TextSize), @@ -57501,7 +57472,7 @@ fn __action1447< } #[allow(clippy::too_many_arguments)] -fn __action1448< +fn __action1447< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -57524,7 +57495,7 @@ fn __action1448< } #[allow(clippy::too_many_arguments)] -fn __action1449< +fn __action1448< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -57547,7 +57518,7 @@ fn __action1449< } #[allow(clippy::too_many_arguments)] -fn __action1450< +fn __action1449< >( __0: (TextSize, (Option<(TextSize, TextSize, Option)>, ast::Expr), TextSize), ) -> Vec<(Option<(TextSize, TextSize, Option)>, ast::Expr)> @@ -57564,7 +57535,7 @@ fn __action1450< } #[allow(clippy::too_many_arguments)] -fn __action1451< +fn __action1450< >( __lookbehind: &TextSize, __lookahead: &TextSize, @@ -57583,7 +57554,7 @@ fn __action1451< } #[allow(clippy::too_many_arguments)] -fn __action1452< +fn __action1451< >( __0: (TextSize, alloc::vec::Vec<(Option<(TextSize, TextSize, Option)>, ast::Expr)>, TextSize), __1: (TextSize, (Option<(TextSize, TextSize, Option)>, ast::Expr), TextSize), @@ -57602,7 +57573,7 @@ fn __action1452< } #[allow(clippy::too_many_arguments)] -fn __action1453< +fn __action1452< >( __0: (TextSize, alloc::vec::Vec<(Option<(TextSize, TextSize, Option)>, ast::Expr)>, TextSize), ) -> Vec<(Option<(TextSize, TextSize, Option)>, ast::Expr)> @@ -57621,14 +57592,14 @@ fn __action1453< } #[allow(clippy::too_many_arguments)] -fn __action1454< +fn __action1453< >( __0: (TextSize, (Option<(TextSize, TextSize, Option)>, ast::Expr), TextSize), ) -> Result> { let __start0 = __0.0; let __end0 = __0.2; - let __temp0 = __action1450( + let __temp0 = __action1449( __0, ); let __temp0 = (__start0, __temp0, __end0); @@ -57638,7 +57609,7 @@ fn __action1454< } #[allow(clippy::too_many_arguments)] -fn __action1455< +fn __action1454< >( __lookbehind: &TextSize, __lookahead: &TextSize, @@ -57646,7 +57617,7 @@ fn __action1455< { let __start0 = *__lookbehind; let __end0 = *__lookahead; - let __temp0 = __action1451( + let __temp0 = __action1450( &__start0, &__end0, ); @@ -57657,7 +57628,7 @@ fn __action1455< } #[allow(clippy::too_many_arguments)] -fn __action1456< +fn __action1455< >( __0: (TextSize, alloc::vec::Vec<(Option<(TextSize, TextSize, Option)>, ast::Expr)>, TextSize), __1: (TextSize, (Option<(TextSize, TextSize, Option)>, ast::Expr), TextSize), @@ -57665,7 +57636,7 @@ fn __action1456< { let __start0 = __0.0; let __end0 = __1.2; - let __temp0 = __action1452( + let __temp0 = __action1451( __0, __1, ); @@ -57676,14 +57647,14 @@ fn __action1456< } #[allow(clippy::too_many_arguments)] -fn __action1457< +fn __action1456< >( __0: (TextSize, alloc::vec::Vec<(Option<(TextSize, TextSize, Option)>, ast::Expr)>, TextSize), ) -> Result> { let __start0 = __0.0; let __end0 = __0.2; - let __temp0 = __action1453( + let __temp0 = __action1452( __0, ); let __temp0 = (__start0, __temp0, __end0); @@ -57693,7 +57664,7 @@ fn __action1457< } #[allow(clippy::too_many_arguments)] -fn __action1458< +fn __action1457< >( __0: (TextSize, ast::Pattern, TextSize), ) -> Vec @@ -57710,7 +57681,7 @@ fn __action1458< } #[allow(clippy::too_many_arguments)] -fn __action1459< +fn __action1458< >( __lookbehind: &TextSize, __lookahead: &TextSize, @@ -57729,7 +57700,7 @@ fn __action1459< } #[allow(clippy::too_many_arguments)] -fn __action1460< +fn __action1459< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, ast::Pattern, TextSize), @@ -57748,7 +57719,7 @@ fn __action1460< } #[allow(clippy::too_many_arguments)] -fn __action1461< +fn __action1460< >( __0: (TextSize, alloc::vec::Vec, TextSize), ) -> Vec @@ -57767,7 +57738,7 @@ fn __action1461< } #[allow(clippy::too_many_arguments)] -fn __action1462< +fn __action1461< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Pattern, TextSize), @@ -57776,11 +57747,11 @@ fn __action1462< { let __start0 = __1.0; let __end0 = __1.2; - let __temp0 = __action1458( + let __temp0 = __action1457( __1, ); let __temp0 = (__start0, __temp0, __end0); - __action1380( + __action1379( __0, __temp0, __2, @@ -57788,7 +57759,7 @@ fn __action1462< } #[allow(clippy::too_many_arguments)] -fn __action1463< +fn __action1462< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -57796,12 +57767,12 @@ fn __action1463< { let __start0 = __0.2; let __end0 = __1.0; - let __temp0 = __action1459( + let __temp0 = __action1458( &__start0, &__end0, ); let __temp0 = (__start0, __temp0, __end0); - __action1380( + __action1379( __0, __temp0, __1, @@ -57809,7 +57780,7 @@ fn __action1463< } #[allow(clippy::too_many_arguments)] -fn __action1464< +fn __action1463< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec, TextSize), @@ -57819,12 +57790,12 @@ fn __action1464< { let __start0 = __1.0; let __end0 = __2.2; - let __temp0 = __action1460( + let __temp0 = __action1459( __1, __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1380( + __action1379( __0, __temp0, __3, @@ -57832,7 +57803,7 @@ fn __action1464< } #[allow(clippy::too_many_arguments)] -fn __action1465< +fn __action1464< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, alloc::vec::Vec, TextSize), @@ -57841,11 +57812,11 @@ fn __action1465< { let __start0 = __1.0; let __end0 = __1.2; - let __temp0 = __action1461( + let __temp0 = __action1460( __1, ); let __temp0 = (__start0, __temp0, __end0); - __action1380( + __action1379( __0, __temp0, __2, @@ -57853,7 +57824,7 @@ fn __action1465< } #[allow(clippy::too_many_arguments)] -fn __action1466< +fn __action1465< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, Vec, TextSize), @@ -57872,7 +57843,7 @@ fn __action1466< } #[allow(clippy::too_many_arguments)] -fn __action1467< +fn __action1466< >( __0: (TextSize, ast::Expr, TextSize), ) -> (Option<(TextSize, TextSize, Option)>, ast::Expr) @@ -57891,7 +57862,7 @@ fn __action1467< } #[allow(clippy::too_many_arguments)] -fn __action1468< +fn __action1467< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -57907,7 +57878,7 @@ fn __action1468< &__end0, ); let __temp0 = (__start0, __temp0, __end0); - __action1383( + __action1382( __0, __1, __2, @@ -57918,7 +57889,7 @@ fn __action1468< } #[allow(clippy::too_many_arguments)] -fn __action1469< +fn __action1468< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -57934,7 +57905,7 @@ fn __action1469< __5, ); let __temp0 = (__start0, __temp0, __end0); - __action1383( + __action1382( __0, __1, __2, @@ -57945,7 +57916,7 @@ fn __action1469< } #[allow(clippy::too_many_arguments)] -fn __action1470< +fn __action1469< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -57960,7 +57931,7 @@ fn __action1470< &__end0, ); let __temp0 = (__start0, __temp0, __end0); - __action1384( + __action1383( __0, __1, __2, @@ -57970,7 +57941,7 @@ fn __action1470< } #[allow(clippy::too_many_arguments)] -fn __action1471< +fn __action1470< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -57985,7 +57956,7 @@ fn __action1471< __4, ); let __temp0 = (__start0, __temp0, __end0); - __action1384( + __action1383( __0, __1, __2, @@ -57995,7 +57966,7 @@ fn __action1471< } #[allow(clippy::too_many_arguments)] -fn __action1472< +fn __action1471< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Identifier, TextSize), @@ -58026,7 +57997,7 @@ fn __action1472< } #[allow(clippy::too_many_arguments)] -fn __action1473< +fn __action1472< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58057,7 +58028,7 @@ fn __action1473< } #[allow(clippy::too_many_arguments)] -fn __action1474< +fn __action1473< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Identifier, TextSize), @@ -58082,7 +58053,7 @@ fn __action1474< } #[allow(clippy::too_many_arguments)] -fn __action1475< +fn __action1474< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58107,7 +58078,7 @@ fn __action1475< } #[allow(clippy::too_many_arguments)] -fn __action1476< +fn __action1475< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58140,7 +58111,7 @@ fn __action1476< } #[allow(clippy::too_many_arguments)] -fn __action1477< +fn __action1476< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58173,7 +58144,7 @@ fn __action1477< } #[allow(clippy::too_many_arguments)] -fn __action1478< +fn __action1477< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58202,7 +58173,7 @@ fn __action1478< } #[allow(clippy::too_many_arguments)] -fn __action1479< +fn __action1478< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58231,7 +58202,7 @@ fn __action1479< } #[allow(clippy::too_many_arguments)] -fn __action1480< +fn __action1479< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Identifier, TextSize), @@ -58262,7 +58233,7 @@ fn __action1480< } #[allow(clippy::too_many_arguments)] -fn __action1481< +fn __action1480< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58293,7 +58264,7 @@ fn __action1481< } #[allow(clippy::too_many_arguments)] -fn __action1482< +fn __action1481< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Identifier, TextSize), @@ -58320,7 +58291,7 @@ fn __action1482< } #[allow(clippy::too_many_arguments)] -fn __action1483< +fn __action1482< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58347,7 +58318,7 @@ fn __action1483< } #[allow(clippy::too_many_arguments)] -fn __action1484< +fn __action1483< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec<(Option>, ast::Expr)>, TextSize), @@ -58368,7 +58339,7 @@ fn __action1484< } #[allow(clippy::too_many_arguments)] -fn __action1485< +fn __action1484< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58389,7 +58360,7 @@ fn __action1485< } #[allow(clippy::too_many_arguments)] -fn __action1486< +fn __action1485< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec<(Option>, ast::Expr)>, TextSize), @@ -58410,7 +58381,7 @@ fn __action1486< } #[allow(clippy::too_many_arguments)] -fn __action1487< +fn __action1486< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58431,7 +58402,7 @@ fn __action1487< } #[allow(clippy::too_many_arguments)] -fn __action1488< +fn __action1487< >( __0: (TextSize, ast::Identifier, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58452,7 +58423,7 @@ fn __action1488< } #[allow(clippy::too_many_arguments)] -fn __action1489< +fn __action1488< >( __0: (TextSize, ast::Identifier, TextSize), ) -> Vec @@ -58469,7 +58440,7 @@ fn __action1489< } #[allow(clippy::too_many_arguments)] -fn __action1490< +fn __action1489< >( __0: (TextSize, Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58494,7 +58465,7 @@ fn __action1490< } #[allow(clippy::too_many_arguments)] -fn __action1491< +fn __action1490< >( __0: (TextSize, Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58515,7 +58486,7 @@ fn __action1491< } #[allow(clippy::too_many_arguments)] -fn __action1492< +fn __action1491< >( __0: (TextSize, ast::Identifier, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58536,7 +58507,7 @@ fn __action1492< } #[allow(clippy::too_many_arguments)] -fn __action1493< +fn __action1492< >( __0: (TextSize, ast::Identifier, TextSize), ) -> Vec @@ -58553,7 +58524,7 @@ fn __action1493< } #[allow(clippy::too_many_arguments)] -fn __action1494< +fn __action1493< >( __0: (TextSize, Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58578,7 +58549,7 @@ fn __action1494< } #[allow(clippy::too_many_arguments)] -fn __action1495< +fn __action1494< >( __0: (TextSize, Vec, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58599,7 +58570,7 @@ fn __action1495< } #[allow(clippy::too_many_arguments)] -fn __action1496< +fn __action1495< >( __0: (TextSize, ast::Identifier, TextSize), ) -> (Option, Option) @@ -58618,7 +58589,7 @@ fn __action1496< } #[allow(clippy::too_many_arguments)] -fn __action1497< +fn __action1496< >( __0: (TextSize, alloc::vec::Vec, TextSize), __1: (TextSize, ast::Identifier, TextSize), @@ -58637,7 +58608,7 @@ fn __action1497< } #[allow(clippy::too_many_arguments)] -fn __action1498< +fn __action1497< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -58658,7 +58629,7 @@ fn __action1498< } #[allow(clippy::too_many_arguments)] -fn __action1499< +fn __action1498< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58679,7 +58650,7 @@ fn __action1499< } #[allow(clippy::too_many_arguments)] -fn __action1500< +fn __action1499< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Vec, TextSize), @@ -58700,7 +58671,7 @@ fn __action1500< } #[allow(clippy::too_many_arguments)] -fn __action1501< +fn __action1500< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58721,7 +58692,7 @@ fn __action1501< } #[allow(clippy::too_many_arguments)] -fn __action1502< +fn __action1501< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58738,7 +58709,7 @@ fn __action1502< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1289( + __action1288( __temp0, __1, __2, @@ -58750,7 +58721,7 @@ fn __action1502< } #[allow(clippy::too_many_arguments)] -fn __action1503< +fn __action1502< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58771,7 +58742,7 @@ fn __action1503< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1289( + __action1288( __temp0, __3, __4, @@ -58783,7 +58754,7 @@ fn __action1503< } #[allow(clippy::too_many_arguments)] -fn __action1504< +fn __action1503< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58806,7 +58777,7 @@ fn __action1504< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1289( + __action1288( __temp0, __4, __5, @@ -58818,7 +58789,7 @@ fn __action1504< } #[allow(clippy::too_many_arguments)] -fn __action1505< +fn __action1504< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58834,7 +58805,7 @@ fn __action1505< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1290( + __action1289( __temp0, __1, __2, @@ -58845,7 +58816,7 @@ fn __action1505< } #[allow(clippy::too_many_arguments)] -fn __action1506< +fn __action1505< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58865,7 +58836,7 @@ fn __action1506< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1290( + __action1289( __temp0, __3, __4, @@ -58876,7 +58847,7 @@ fn __action1506< } #[allow(clippy::too_many_arguments)] -fn __action1507< +fn __action1506< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58898,7 +58869,7 @@ fn __action1507< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1290( + __action1289( __temp0, __4, __5, @@ -58909,7 +58880,7 @@ fn __action1507< } #[allow(clippy::too_many_arguments)] -fn __action1508< +fn __action1507< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58927,7 +58898,7 @@ fn __action1508< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1291( + __action1290( __temp0, __1, __2, @@ -58940,7 +58911,7 @@ fn __action1508< } #[allow(clippy::too_many_arguments)] -fn __action1509< +fn __action1508< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58962,7 +58933,7 @@ fn __action1509< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1291( + __action1290( __temp0, __3, __4, @@ -58975,7 +58946,7 @@ fn __action1509< } #[allow(clippy::too_many_arguments)] -fn __action1510< +fn __action1509< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -58999,7 +58970,7 @@ fn __action1510< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1291( + __action1290( __temp0, __4, __5, @@ -59012,7 +58983,7 @@ fn __action1510< } #[allow(clippy::too_many_arguments)] -fn __action1511< +fn __action1510< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59029,7 +59000,7 @@ fn __action1511< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1292( + __action1291( __temp0, __1, __2, @@ -59041,7 +59012,7 @@ fn __action1511< } #[allow(clippy::too_many_arguments)] -fn __action1512< +fn __action1511< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59062,7 +59033,7 @@ fn __action1512< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1292( + __action1291( __temp0, __3, __4, @@ -59074,7 +59045,7 @@ fn __action1512< } #[allow(clippy::too_many_arguments)] -fn __action1513< +fn __action1512< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59097,7 +59068,7 @@ fn __action1513< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1292( + __action1291( __temp0, __4, __5, @@ -59109,7 +59080,7 @@ fn __action1513< } #[allow(clippy::too_many_arguments)] -fn __action1514< +fn __action1513< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59124,7 +59095,7 @@ fn __action1514< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1293( + __action1292( __temp0, __1, __2, @@ -59134,7 +59105,7 @@ fn __action1514< } #[allow(clippy::too_many_arguments)] -fn __action1515< +fn __action1514< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59153,7 +59124,7 @@ fn __action1515< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1293( + __action1292( __temp0, __3, __4, @@ -59163,7 +59134,7 @@ fn __action1515< } #[allow(clippy::too_many_arguments)] -fn __action1516< +fn __action1515< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59184,7 +59155,7 @@ fn __action1516< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1293( + __action1292( __temp0, __4, __5, @@ -59194,7 +59165,7 @@ fn __action1516< } #[allow(clippy::too_many_arguments)] -fn __action1517< +fn __action1516< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59208,7 +59179,7 @@ fn __action1517< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1294( + __action1293( __temp0, __1, __2, @@ -59217,7 +59188,7 @@ fn __action1517< } #[allow(clippy::too_many_arguments)] -fn __action1518< +fn __action1517< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59235,7 +59206,7 @@ fn __action1518< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1294( + __action1293( __temp0, __3, __4, @@ -59244,7 +59215,7 @@ fn __action1518< } #[allow(clippy::too_many_arguments)] -fn __action1519< +fn __action1518< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59264,7 +59235,7 @@ fn __action1519< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1294( + __action1293( __temp0, __4, __5, @@ -59273,7 +59244,7 @@ fn __action1519< } #[allow(clippy::too_many_arguments)] -fn __action1520< +fn __action1519< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59289,7 +59260,7 @@ fn __action1520< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1295( + __action1294( __temp0, __1, __2, @@ -59300,7 +59271,7 @@ fn __action1520< } #[allow(clippy::too_many_arguments)] -fn __action1521< +fn __action1520< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59320,7 +59291,7 @@ fn __action1521< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1295( + __action1294( __temp0, __3, __4, @@ -59331,7 +59302,7 @@ fn __action1521< } #[allow(clippy::too_many_arguments)] -fn __action1522< +fn __action1521< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59353,7 +59324,7 @@ fn __action1522< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1295( + __action1294( __temp0, __4, __5, @@ -59364,7 +59335,7 @@ fn __action1522< } #[allow(clippy::too_many_arguments)] -fn __action1523< +fn __action1522< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59379,7 +59350,7 @@ fn __action1523< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1296( + __action1295( __temp0, __1, __2, @@ -59389,7 +59360,7 @@ fn __action1523< } #[allow(clippy::too_many_arguments)] -fn __action1524< +fn __action1523< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59408,7 +59379,7 @@ fn __action1524< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1296( + __action1295( __temp0, __3, __4, @@ -59418,7 +59389,7 @@ fn __action1524< } #[allow(clippy::too_many_arguments)] -fn __action1525< +fn __action1524< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59439,7 +59410,7 @@ fn __action1525< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1296( + __action1295( __temp0, __4, __5, @@ -59449,7 +59420,7 @@ fn __action1525< } #[allow(clippy::too_many_arguments)] -fn __action1526< +fn __action1525< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59461,14 +59432,14 @@ fn __action1526< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1297( + __action1296( __temp0, __1, ) } #[allow(clippy::too_many_arguments)] -fn __action1527< +fn __action1526< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59484,14 +59455,14 @@ fn __action1527< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1297( + __action1296( __temp0, __3, ) } #[allow(clippy::too_many_arguments)] -fn __action1528< +fn __action1527< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59509,14 +59480,14 @@ fn __action1528< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1297( + __action1296( __temp0, __4, ) } #[allow(clippy::too_many_arguments)] -fn __action1529< +fn __action1528< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59532,7 +59503,7 @@ fn __action1529< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1298( + __action1297( __temp0, __1, __2, @@ -59543,7 +59514,7 @@ fn __action1529< } #[allow(clippy::too_many_arguments)] -fn __action1530< +fn __action1529< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59563,7 +59534,7 @@ fn __action1530< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1298( + __action1297( __temp0, __3, __4, @@ -59574,7 +59545,7 @@ fn __action1530< } #[allow(clippy::too_many_arguments)] -fn __action1531< +fn __action1530< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59596,7 +59567,7 @@ fn __action1531< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1298( + __action1297( __temp0, __4, __5, @@ -59607,7 +59578,7 @@ fn __action1531< } #[allow(clippy::too_many_arguments)] -fn __action1532< +fn __action1531< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59622,7 +59593,7 @@ fn __action1532< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1299( + __action1298( __temp0, __1, __2, @@ -59632,7 +59603,7 @@ fn __action1532< } #[allow(clippy::too_many_arguments)] -fn __action1533< +fn __action1532< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59651,7 +59622,7 @@ fn __action1533< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1299( + __action1298( __temp0, __3, __4, @@ -59661,7 +59632,7 @@ fn __action1533< } #[allow(clippy::too_many_arguments)] -fn __action1534< +fn __action1533< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59682,7 +59653,7 @@ fn __action1534< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1299( + __action1298( __temp0, __4, __5, @@ -59692,7 +59663,7 @@ fn __action1534< } #[allow(clippy::too_many_arguments)] -fn __action1535< +fn __action1534< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59709,7 +59680,7 @@ fn __action1535< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1300( + __action1299( __temp0, __1, __2, @@ -59721,7 +59692,7 @@ fn __action1535< } #[allow(clippy::too_many_arguments)] -fn __action1536< +fn __action1535< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59742,7 +59713,7 @@ fn __action1536< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1300( + __action1299( __temp0, __3, __4, @@ -59754,7 +59725,7 @@ fn __action1536< } #[allow(clippy::too_many_arguments)] -fn __action1537< +fn __action1536< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59777,7 +59748,7 @@ fn __action1537< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1300( + __action1299( __temp0, __4, __5, @@ -59789,7 +59760,7 @@ fn __action1537< } #[allow(clippy::too_many_arguments)] -fn __action1538< +fn __action1537< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59805,7 +59776,7 @@ fn __action1538< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1301( + __action1300( __temp0, __1, __2, @@ -59816,7 +59787,7 @@ fn __action1538< } #[allow(clippy::too_many_arguments)] -fn __action1539< +fn __action1538< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59836,7 +59807,7 @@ fn __action1539< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1301( + __action1300( __temp0, __3, __4, @@ -59847,7 +59818,7 @@ fn __action1539< } #[allow(clippy::too_many_arguments)] -fn __action1540< +fn __action1539< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59869,7 +59840,7 @@ fn __action1540< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1301( + __action1300( __temp0, __4, __5, @@ -59880,7 +59851,7 @@ fn __action1540< } #[allow(clippy::too_many_arguments)] -fn __action1541< +fn __action1540< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59894,7 +59865,7 @@ fn __action1541< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1302( + __action1301( __temp0, __1, __2, @@ -59903,7 +59874,7 @@ fn __action1541< } #[allow(clippy::too_many_arguments)] -fn __action1542< +fn __action1541< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59921,7 +59892,7 @@ fn __action1542< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1302( + __action1301( __temp0, __3, __4, @@ -59930,7 +59901,7 @@ fn __action1542< } #[allow(clippy::too_many_arguments)] -fn __action1543< +fn __action1542< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59950,7 +59921,7 @@ fn __action1543< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1302( + __action1301( __temp0, __4, __5, @@ -59959,7 +59930,7 @@ fn __action1543< } #[allow(clippy::too_many_arguments)] -fn __action1544< +fn __action1543< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59972,7 +59943,7 @@ fn __action1544< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1303( + __action1302( __temp0, __1, __2, @@ -59980,7 +59951,7 @@ fn __action1544< } #[allow(clippy::too_many_arguments)] -fn __action1545< +fn __action1544< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -59997,7 +59968,7 @@ fn __action1545< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1303( + __action1302( __temp0, __3, __4, @@ -60005,7 +59976,7 @@ fn __action1545< } #[allow(clippy::too_many_arguments)] -fn __action1546< +fn __action1545< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60024,7 +59995,7 @@ fn __action1546< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1303( + __action1302( __temp0, __4, __5, @@ -60032,7 +60003,7 @@ fn __action1546< } #[allow(clippy::too_many_arguments)] -fn __action1547< +fn __action1546< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60047,7 +60018,7 @@ fn __action1547< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1304( + __action1303( __temp0, __1, __2, @@ -60057,7 +60028,7 @@ fn __action1547< } #[allow(clippy::too_many_arguments)] -fn __action1548< +fn __action1547< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60076,7 +60047,7 @@ fn __action1548< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1304( + __action1303( __temp0, __3, __4, @@ -60086,7 +60057,7 @@ fn __action1548< } #[allow(clippy::too_many_arguments)] -fn __action1549< +fn __action1548< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60107,7 +60078,7 @@ fn __action1549< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1304( + __action1303( __temp0, __4, __5, @@ -60117,7 +60088,7 @@ fn __action1549< } #[allow(clippy::too_many_arguments)] -fn __action1550< +fn __action1549< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60131,7 +60102,7 @@ fn __action1550< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1305( + __action1304( __temp0, __1, __2, @@ -60140,7 +60111,7 @@ fn __action1550< } #[allow(clippy::too_many_arguments)] -fn __action1551< +fn __action1550< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60158,7 +60129,7 @@ fn __action1551< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1305( + __action1304( __temp0, __3, __4, @@ -60167,7 +60138,7 @@ fn __action1551< } #[allow(clippy::too_many_arguments)] -fn __action1552< +fn __action1551< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60187,7 +60158,7 @@ fn __action1552< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1305( + __action1304( __temp0, __4, __5, @@ -60196,7 +60167,7 @@ fn __action1552< } #[allow(clippy::too_many_arguments)] -fn __action1553< +fn __action1552< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), ) -> Result> @@ -60207,13 +60178,13 @@ fn __action1553< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1306( + __action1305( __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1554< +fn __action1553< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60228,13 +60199,13 @@ fn __action1554< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1306( + __action1305( __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1555< +fn __action1554< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60251,13 +60222,13 @@ fn __action1555< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1306( + __action1305( __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1556< +fn __action1555< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60271,7 +60242,7 @@ fn __action1556< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1307( + __action1306( __temp0, __1, __2, @@ -60280,7 +60251,7 @@ fn __action1556< } #[allow(clippy::too_many_arguments)] -fn __action1557< +fn __action1556< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60298,7 +60269,7 @@ fn __action1557< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1307( + __action1306( __temp0, __3, __4, @@ -60307,7 +60278,7 @@ fn __action1557< } #[allow(clippy::too_many_arguments)] -fn __action1558< +fn __action1557< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60327,7 +60298,7 @@ fn __action1558< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1307( + __action1306( __temp0, __4, __5, @@ -60336,7 +60307,7 @@ fn __action1558< } #[allow(clippy::too_many_arguments)] -fn __action1559< +fn __action1558< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60349,7 +60320,7 @@ fn __action1559< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1308( + __action1307( __temp0, __1, __2, @@ -60357,7 +60328,7 @@ fn __action1559< } #[allow(clippy::too_many_arguments)] -fn __action1560< +fn __action1559< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60374,7 +60345,7 @@ fn __action1560< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1308( + __action1307( __temp0, __3, __4, @@ -60382,7 +60353,7 @@ fn __action1560< } #[allow(clippy::too_many_arguments)] -fn __action1561< +fn __action1560< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60401,7 +60372,7 @@ fn __action1561< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1308( + __action1307( __temp0, __4, __5, @@ -60409,7 +60380,7 @@ fn __action1561< } #[allow(clippy::too_many_arguments)] -fn __action1562< +fn __action1561< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60426,7 +60397,7 @@ fn __action1562< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1327( + __action1326( __temp0, __1, __2, @@ -60438,7 +60409,7 @@ fn __action1562< } #[allow(clippy::too_many_arguments)] -fn __action1563< +fn __action1562< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60459,7 +60430,7 @@ fn __action1563< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1327( + __action1326( __temp0, __3, __4, @@ -60471,7 +60442,7 @@ fn __action1563< } #[allow(clippy::too_many_arguments)] -fn __action1564< +fn __action1563< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60494,7 +60465,7 @@ fn __action1564< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1327( + __action1326( __temp0, __4, __5, @@ -60506,7 +60477,7 @@ fn __action1564< } #[allow(clippy::too_many_arguments)] -fn __action1565< +fn __action1564< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60522,7 +60493,7 @@ fn __action1565< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1328( + __action1327( __temp0, __1, __2, @@ -60533,7 +60504,7 @@ fn __action1565< } #[allow(clippy::too_many_arguments)] -fn __action1566< +fn __action1565< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60553,7 +60524,7 @@ fn __action1566< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1328( + __action1327( __temp0, __3, __4, @@ -60564,7 +60535,7 @@ fn __action1566< } #[allow(clippy::too_many_arguments)] -fn __action1567< +fn __action1566< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60586,7 +60557,7 @@ fn __action1567< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1328( + __action1327( __temp0, __4, __5, @@ -60597,7 +60568,7 @@ fn __action1567< } #[allow(clippy::too_many_arguments)] -fn __action1568< +fn __action1567< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60615,7 +60586,7 @@ fn __action1568< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1329( + __action1328( __temp0, __1, __2, @@ -60628,7 +60599,7 @@ fn __action1568< } #[allow(clippy::too_many_arguments)] -fn __action1569< +fn __action1568< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60650,7 +60621,7 @@ fn __action1569< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1329( + __action1328( __temp0, __3, __4, @@ -60663,7 +60634,7 @@ fn __action1569< } #[allow(clippy::too_many_arguments)] -fn __action1570< +fn __action1569< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60687,7 +60658,7 @@ fn __action1570< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1329( + __action1328( __temp0, __4, __5, @@ -60700,7 +60671,7 @@ fn __action1570< } #[allow(clippy::too_many_arguments)] -fn __action1571< +fn __action1570< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60717,7 +60688,7 @@ fn __action1571< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1330( + __action1329( __temp0, __1, __2, @@ -60729,7 +60700,7 @@ fn __action1571< } #[allow(clippy::too_many_arguments)] -fn __action1572< +fn __action1571< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60750,7 +60721,7 @@ fn __action1572< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1330( + __action1329( __temp0, __3, __4, @@ -60762,7 +60733,7 @@ fn __action1572< } #[allow(clippy::too_many_arguments)] -fn __action1573< +fn __action1572< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60785,7 +60756,7 @@ fn __action1573< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1330( + __action1329( __temp0, __4, __5, @@ -60797,7 +60768,7 @@ fn __action1573< } #[allow(clippy::too_many_arguments)] -fn __action1574< +fn __action1573< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60812,7 +60783,7 @@ fn __action1574< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1331( + __action1330( __temp0, __1, __2, @@ -60822,7 +60793,7 @@ fn __action1574< } #[allow(clippy::too_many_arguments)] -fn __action1575< +fn __action1574< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60841,7 +60812,7 @@ fn __action1575< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1331( + __action1330( __temp0, __3, __4, @@ -60851,7 +60822,7 @@ fn __action1575< } #[allow(clippy::too_many_arguments)] -fn __action1576< +fn __action1575< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60872,7 +60843,7 @@ fn __action1576< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1331( + __action1330( __temp0, __4, __5, @@ -60882,7 +60853,7 @@ fn __action1576< } #[allow(clippy::too_many_arguments)] -fn __action1577< +fn __action1576< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60896,7 +60867,7 @@ fn __action1577< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1332( + __action1331( __temp0, __1, __2, @@ -60905,7 +60876,7 @@ fn __action1577< } #[allow(clippy::too_many_arguments)] -fn __action1578< +fn __action1577< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60923,7 +60894,7 @@ fn __action1578< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1332( + __action1331( __temp0, __3, __4, @@ -60932,7 +60903,7 @@ fn __action1578< } #[allow(clippy::too_many_arguments)] -fn __action1579< +fn __action1578< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60952,7 +60923,7 @@ fn __action1579< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1332( + __action1331( __temp0, __4, __5, @@ -60961,7 +60932,7 @@ fn __action1579< } #[allow(clippy::too_many_arguments)] -fn __action1580< +fn __action1579< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -60977,7 +60948,7 @@ fn __action1580< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1333( + __action1332( __temp0, __1, __2, @@ -60988,7 +60959,7 @@ fn __action1580< } #[allow(clippy::too_many_arguments)] -fn __action1581< +fn __action1580< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61008,7 +60979,7 @@ fn __action1581< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1333( + __action1332( __temp0, __3, __4, @@ -61019,7 +60990,7 @@ fn __action1581< } #[allow(clippy::too_many_arguments)] -fn __action1582< +fn __action1581< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61041,7 +61012,7 @@ fn __action1582< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1333( + __action1332( __temp0, __4, __5, @@ -61052,7 +61023,7 @@ fn __action1582< } #[allow(clippy::too_many_arguments)] -fn __action1583< +fn __action1582< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61067,7 +61038,7 @@ fn __action1583< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1334( + __action1333( __temp0, __1, __2, @@ -61077,7 +61048,7 @@ fn __action1583< } #[allow(clippy::too_many_arguments)] -fn __action1584< +fn __action1583< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61096,7 +61067,7 @@ fn __action1584< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1334( + __action1333( __temp0, __3, __4, @@ -61106,7 +61077,7 @@ fn __action1584< } #[allow(clippy::too_many_arguments)] -fn __action1585< +fn __action1584< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61127,7 +61098,7 @@ fn __action1585< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1334( + __action1333( __temp0, __4, __5, @@ -61137,7 +61108,7 @@ fn __action1585< } #[allow(clippy::too_many_arguments)] -fn __action1586< +fn __action1585< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61149,14 +61120,14 @@ fn __action1586< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1335( + __action1334( __temp0, __1, ) } #[allow(clippy::too_many_arguments)] -fn __action1587< +fn __action1586< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61172,14 +61143,14 @@ fn __action1587< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1335( + __action1334( __temp0, __3, ) } #[allow(clippy::too_many_arguments)] -fn __action1588< +fn __action1587< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61197,14 +61168,14 @@ fn __action1588< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1335( + __action1334( __temp0, __4, ) } #[allow(clippy::too_many_arguments)] -fn __action1589< +fn __action1588< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61220,7 +61191,7 @@ fn __action1589< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1336( + __action1335( __temp0, __1, __2, @@ -61231,7 +61202,7 @@ fn __action1589< } #[allow(clippy::too_many_arguments)] -fn __action1590< +fn __action1589< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61251,7 +61222,7 @@ fn __action1590< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1336( + __action1335( __temp0, __3, __4, @@ -61262,7 +61233,7 @@ fn __action1590< } #[allow(clippy::too_many_arguments)] -fn __action1591< +fn __action1590< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61284,7 +61255,7 @@ fn __action1591< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1336( + __action1335( __temp0, __4, __5, @@ -61295,7 +61266,7 @@ fn __action1591< } #[allow(clippy::too_many_arguments)] -fn __action1592< +fn __action1591< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61310,7 +61281,7 @@ fn __action1592< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1337( + __action1336( __temp0, __1, __2, @@ -61320,7 +61291,7 @@ fn __action1592< } #[allow(clippy::too_many_arguments)] -fn __action1593< +fn __action1592< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61339,7 +61310,7 @@ fn __action1593< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1337( + __action1336( __temp0, __3, __4, @@ -61349,7 +61320,7 @@ fn __action1593< } #[allow(clippy::too_many_arguments)] -fn __action1594< +fn __action1593< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61370,7 +61341,7 @@ fn __action1594< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1337( + __action1336( __temp0, __4, __5, @@ -61380,7 +61351,7 @@ fn __action1594< } #[allow(clippy::too_many_arguments)] -fn __action1595< +fn __action1594< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61397,7 +61368,7 @@ fn __action1595< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1338( + __action1337( __temp0, __1, __2, @@ -61409,7 +61380,7 @@ fn __action1595< } #[allow(clippy::too_many_arguments)] -fn __action1596< +fn __action1595< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61430,7 +61401,7 @@ fn __action1596< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1338( + __action1337( __temp0, __3, __4, @@ -61442,7 +61413,7 @@ fn __action1596< } #[allow(clippy::too_many_arguments)] -fn __action1597< +fn __action1596< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61465,7 +61436,7 @@ fn __action1597< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1338( + __action1337( __temp0, __4, __5, @@ -61477,7 +61448,7 @@ fn __action1597< } #[allow(clippy::too_many_arguments)] -fn __action1598< +fn __action1597< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61493,7 +61464,7 @@ fn __action1598< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1339( + __action1338( __temp0, __1, __2, @@ -61504,7 +61475,7 @@ fn __action1598< } #[allow(clippy::too_many_arguments)] -fn __action1599< +fn __action1598< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61524,7 +61495,7 @@ fn __action1599< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1339( + __action1338( __temp0, __3, __4, @@ -61535,7 +61506,7 @@ fn __action1599< } #[allow(clippy::too_many_arguments)] -fn __action1600< +fn __action1599< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61557,7 +61528,7 @@ fn __action1600< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1339( + __action1338( __temp0, __4, __5, @@ -61568,7 +61539,7 @@ fn __action1600< } #[allow(clippy::too_many_arguments)] -fn __action1601< +fn __action1600< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61582,7 +61553,7 @@ fn __action1601< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1340( + __action1339( __temp0, __1, __2, @@ -61591,7 +61562,7 @@ fn __action1601< } #[allow(clippy::too_many_arguments)] -fn __action1602< +fn __action1601< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61609,7 +61580,7 @@ fn __action1602< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1340( + __action1339( __temp0, __3, __4, @@ -61618,7 +61589,7 @@ fn __action1602< } #[allow(clippy::too_many_arguments)] -fn __action1603< +fn __action1602< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61638,7 +61609,7 @@ fn __action1603< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1340( + __action1339( __temp0, __4, __5, @@ -61647,7 +61618,7 @@ fn __action1603< } #[allow(clippy::too_many_arguments)] -fn __action1604< +fn __action1603< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61660,7 +61631,7 @@ fn __action1604< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1341( + __action1340( __temp0, __1, __2, @@ -61668,7 +61639,7 @@ fn __action1604< } #[allow(clippy::too_many_arguments)] -fn __action1605< +fn __action1604< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61685,7 +61656,7 @@ fn __action1605< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1341( + __action1340( __temp0, __3, __4, @@ -61693,7 +61664,7 @@ fn __action1605< } #[allow(clippy::too_many_arguments)] -fn __action1606< +fn __action1605< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61712,7 +61683,7 @@ fn __action1606< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1341( + __action1340( __temp0, __4, __5, @@ -61720,7 +61691,7 @@ fn __action1606< } #[allow(clippy::too_many_arguments)] -fn __action1607< +fn __action1606< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61735,7 +61706,7 @@ fn __action1607< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1342( + __action1341( __temp0, __1, __2, @@ -61745,7 +61716,7 @@ fn __action1607< } #[allow(clippy::too_many_arguments)] -fn __action1608< +fn __action1607< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61764,7 +61735,7 @@ fn __action1608< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1342( + __action1341( __temp0, __3, __4, @@ -61774,7 +61745,7 @@ fn __action1608< } #[allow(clippy::too_many_arguments)] -fn __action1609< +fn __action1608< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61795,7 +61766,7 @@ fn __action1609< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1342( + __action1341( __temp0, __4, __5, @@ -61805,7 +61776,7 @@ fn __action1609< } #[allow(clippy::too_many_arguments)] -fn __action1610< +fn __action1609< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61819,7 +61790,7 @@ fn __action1610< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1343( + __action1342( __temp0, __1, __2, @@ -61828,7 +61799,7 @@ fn __action1610< } #[allow(clippy::too_many_arguments)] -fn __action1611< +fn __action1610< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61846,7 +61817,7 @@ fn __action1611< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1343( + __action1342( __temp0, __3, __4, @@ -61855,7 +61826,7 @@ fn __action1611< } #[allow(clippy::too_many_arguments)] -fn __action1612< +fn __action1611< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61875,7 +61846,7 @@ fn __action1612< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1343( + __action1342( __temp0, __4, __5, @@ -61884,7 +61855,7 @@ fn __action1612< } #[allow(clippy::too_many_arguments)] -fn __action1613< +fn __action1612< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), ) -> Result> @@ -61895,13 +61866,13 @@ fn __action1613< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1344( + __action1343( __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1614< +fn __action1613< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61916,13 +61887,13 @@ fn __action1614< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1344( + __action1343( __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1615< +fn __action1614< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61939,13 +61910,13 @@ fn __action1615< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1344( + __action1343( __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1616< +fn __action1615< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61959,7 +61930,7 @@ fn __action1616< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1345( + __action1344( __temp0, __1, __2, @@ -61968,7 +61939,7 @@ fn __action1616< } #[allow(clippy::too_many_arguments)] -fn __action1617< +fn __action1616< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -61986,7 +61957,7 @@ fn __action1617< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1345( + __action1344( __temp0, __3, __4, @@ -61995,7 +61966,7 @@ fn __action1617< } #[allow(clippy::too_many_arguments)] -fn __action1618< +fn __action1617< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62015,7 +61986,7 @@ fn __action1618< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1345( + __action1344( __temp0, __4, __5, @@ -62024,7 +61995,7 @@ fn __action1618< } #[allow(clippy::too_many_arguments)] -fn __action1619< +fn __action1618< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62037,7 +62008,7 @@ fn __action1619< __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1346( + __action1345( __temp0, __1, __2, @@ -62045,7 +62016,7 @@ fn __action1619< } #[allow(clippy::too_many_arguments)] -fn __action1620< +fn __action1619< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62062,7 +62033,7 @@ fn __action1620< __2, ); let __temp0 = (__start0, __temp0, __end0); - __action1346( + __action1345( __temp0, __3, __4, @@ -62070,7 +62041,7 @@ fn __action1620< } #[allow(clippy::too_many_arguments)] -fn __action1621< +fn __action1620< >( __0: (TextSize, Vec<(ast::Arg, Option)>, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62089,7 +62060,7 @@ fn __action1621< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1346( + __action1345( __temp0, __4, __5, @@ -62097,7 +62068,7 @@ fn __action1621< } #[allow(clippy::too_many_arguments)] -fn __action1622< +fn __action1621< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arguments, TextSize), @@ -62120,7 +62091,7 @@ fn __action1622< } #[allow(clippy::too_many_arguments)] -fn __action1623< +fn __action1622< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62143,7 +62114,7 @@ fn __action1623< } #[allow(clippy::too_many_arguments)] -fn __action1624< +fn __action1623< >( __0: (TextSize, core::option::Option, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62157,7 +62128,7 @@ fn __action1624< __3, ); let __temp0 = (__start0, __temp0, __end0); - __action1389( + __action1388( __0, __1, __2, @@ -62166,7 +62137,7 @@ fn __action1624< } #[allow(clippy::too_many_arguments)] -fn __action1625< +fn __action1624< >( __0: (TextSize, core::option::Option, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62180,7 +62151,7 @@ fn __action1625< &__end0, ); let __temp0 = (__start0, __temp0, __end0); - __action1389( + __action1388( __0, __1, __2, @@ -62189,7 +62160,7 @@ fn __action1625< } #[allow(clippy::too_many_arguments)] -fn __action1626< +fn __action1625< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62212,7 +62183,7 @@ fn __action1626< } #[allow(clippy::too_many_arguments)] -fn __action1627< +fn __action1626< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62235,7 +62206,7 @@ fn __action1627< } #[allow(clippy::too_many_arguments)] -fn __action1628< +fn __action1627< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62254,7 +62225,7 @@ fn __action1628< } #[allow(clippy::too_many_arguments)] -fn __action1629< +fn __action1628< >( __0: (TextSize, token::Tok, TextSize), ) -> Option @@ -62273,7 +62244,7 @@ fn __action1629< } #[allow(clippy::too_many_arguments)] -fn __action1630< +fn __action1629< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62293,7 +62264,7 @@ fn __action1630< __2, ); let __temp1 = (__start1, __temp1, __end1); - __action1624( + __action1623( __temp0, __1, __temp1, @@ -62302,7 +62273,7 @@ fn __action1630< } #[allow(clippy::too_many_arguments)] -fn __action1631< +fn __action1630< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62322,7 +62293,7 @@ fn __action1631< &__end1, ); let __temp1 = (__start1, __temp1, __end1); - __action1624( + __action1623( __temp0, __1, __temp1, @@ -62331,7 +62302,7 @@ fn __action1631< } #[allow(clippy::too_many_arguments)] -fn __action1632< +fn __action1631< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62351,7 +62322,7 @@ fn __action1632< __1, ); let __temp1 = (__start1, __temp1, __end1); - __action1624( + __action1623( __temp0, __0, __temp1, @@ -62360,7 +62331,7 @@ fn __action1632< } #[allow(clippy::too_many_arguments)] -fn __action1633< +fn __action1632< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, Option, TextSize), @@ -62380,7 +62351,7 @@ fn __action1633< &__end1, ); let __temp1 = (__start1, __temp1, __end1); - __action1624( + __action1623( __temp0, __0, __temp1, @@ -62389,7 +62360,7 @@ fn __action1633< } #[allow(clippy::too_many_arguments)] -fn __action1634< +fn __action1633< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62408,7 +62379,7 @@ fn __action1634< __2, ); let __temp1 = (__start1, __temp1, __end1); - __action1625( + __action1624( __temp0, __1, __temp1, @@ -62416,7 +62387,7 @@ fn __action1634< } #[allow(clippy::too_many_arguments)] -fn __action1635< +fn __action1634< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62435,7 +62406,7 @@ fn __action1635< &__end1, ); let __temp1 = (__start1, __temp1, __end1); - __action1625( + __action1624( __temp0, __1, __temp1, @@ -62443,7 +62414,7 @@ fn __action1635< } #[allow(clippy::too_many_arguments)] -fn __action1636< +fn __action1635< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62462,7 +62433,7 @@ fn __action1636< __1, ); let __temp1 = (__start1, __temp1, __end1); - __action1625( + __action1624( __temp0, __0, __temp1, @@ -62470,7 +62441,7 @@ fn __action1636< } #[allow(clippy::too_many_arguments)] -fn __action1637< +fn __action1636< >( __0: (TextSize, token::Tok, TextSize), ) -> ast::Expr @@ -62489,7 +62460,7 @@ fn __action1637< &__end1, ); let __temp1 = (__start1, __temp1, __end1); - __action1625( + __action1624( __temp0, __0, __temp1, @@ -62497,7 +62468,7 @@ fn __action1637< } #[allow(clippy::too_many_arguments)] -fn __action1638< +fn __action1637< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62532,7 +62503,7 @@ fn __action1638< } #[allow(clippy::too_many_arguments)] -fn __action1639< +fn __action1638< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, token::Tok, TextSize), @@ -62561,7 +62532,7 @@ fn __action1639< } #[allow(clippy::too_many_arguments)] -fn __action1640< +fn __action1639< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62594,7 +62565,7 @@ fn __action1640< } #[allow(clippy::too_many_arguments)] -fn __action1641< +fn __action1640< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62621,7 +62592,7 @@ fn __action1641< } #[allow(clippy::too_many_arguments)] -fn __action1642< +fn __action1641< >( __0: (TextSize, ast::Expr, TextSize), ) -> core::option::Option @@ -62638,7 +62609,7 @@ fn __action1642< } #[allow(clippy::too_many_arguments)] -fn __action1643< +fn __action1642< >( __0: (TextSize, ast::Expr, TextSize), ) -> ast::Expr @@ -62655,7 +62626,7 @@ fn __action1643< } #[allow(clippy::too_many_arguments)] -fn __action1644< +fn __action1643< >( __0: (TextSize, ast::Expr, TextSize), ) -> ast::Expr @@ -62672,7 +62643,7 @@ fn __action1644< } #[allow(clippy::too_many_arguments)] -fn __action1645< +fn __action1644< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62684,14 +62655,14 @@ fn __action1645< __1, ); let __temp0 = (__start0, __temp0, __end0); - __action1400( + __action1399( __0, __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1646< +fn __action1645< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62704,7 +62675,7 @@ fn __action1646< __1, ); let __temp0 = (__start0, __temp0, __end0); - __action1401( + __action1400( __0, __temp0, __2, @@ -62712,7 +62683,7 @@ fn __action1646< } #[allow(clippy::too_many_arguments)] -fn __action1647< +fn __action1646< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62720,7 +62691,7 @@ fn __action1647< { let __start0 = __1.0; let __end0 = __1.2; - let __temp0 = __action1642( + let __temp0 = __action1641( __1, ); let __temp0 = (__start0, __temp0, __end0); @@ -62731,7 +62702,7 @@ fn __action1647< } #[allow(clippy::too_many_arguments)] -fn __action1648< +fn __action1647< >( __0: (TextSize, token::Tok, TextSize), ) -> ast::Stmt @@ -62750,7 +62721,7 @@ fn __action1648< } #[allow(clippy::too_many_arguments)] -fn __action1649< +fn __action1648< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Expr, TextSize), @@ -62758,18 +62729,18 @@ fn __action1649< { let __start0 = __1.0; let __end0 = __1.2; - let __temp0 = __action1642( + let __temp0 = __action1641( __1, ); let __temp0 = (__start0, __temp0, __end0); - __action1422( + __action1421( __0, __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1650< +fn __action1649< >( __0: (TextSize, token::Tok, TextSize), ) -> ast::Expr @@ -62781,31 +62752,31 @@ fn __action1650< &__end0, ); let __temp0 = (__start0, __temp0, __end0); - __action1422( + __action1421( __0, __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1651< +fn __action1650< >( __0: (TextSize, ast::Expr, TextSize), ) -> ast::Stmt { let __start0 = __0.0; let __end0 = __0.2; - let __temp0 = __action1644( + let __temp0 = __action1643( __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1446( + __action1445( __temp0, ) } #[allow(clippy::too_many_arguments)] -fn __action1652< +fn __action1651< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, alloc::vec::Vec, TextSize), @@ -62813,18 +62784,18 @@ fn __action1652< { let __start0 = __0.0; let __end0 = __0.2; - let __temp0 = __action1644( + let __temp0 = __action1643( __0, ); let __temp0 = (__start0, __temp0, __end0); - __action1447( + __action1446( __temp0, __1, ) } #[allow(clippy::too_many_arguments)] -fn __action1653< +fn __action1652< >( __0: (TextSize, ast::Expr, TextSize), __1: (TextSize, ast::Operator, TextSize), @@ -62833,7 +62804,7 @@ fn __action1653< { let __start0 = __0.0; let __end0 = __0.2; - let __temp0 = __action1644( + let __temp0 = __action1643( __0, ); let __temp0 = (__start0, __temp0, __end0); @@ -62845,7 +62816,7 @@ fn __action1653< } #[allow(clippy::too_many_arguments)] -fn __action1654< +fn __action1653< >( __0: (TextSize, token::Tok, TextSize), __1: (TextSize, ast::Arg, TextSize), @@ -62864,7 +62835,7 @@ fn __action1654< } #[allow(clippy::too_many_arguments)] -fn __action1655< +fn __action1654< >( __0: (TextSize, token::Tok, TextSize), ) -> Option>