Closed as not planned
Description
[INFO] [stdout] error: no rules expected the token `.`
[INFO] [stdout] --> tests/tests.rs:45:13
[INFO] [stdout] |
[INFO] [stdout] 45 | nested_iter_yield!(input_vector.iter(), 2, .clone())
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no rules expected this token in macro call
[INFO] [stdout] |
[INFO] [stdout] = note: while trying to match end of macro
[INFO] [stdout] = note: this error originates in the macro `nested_iter_yield` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: no rules expected the token `.`
[INFO] [stdout] --> tests/tests.rs:67:13
[INFO] [stdout] |
[INFO] [stdout] 67 | nested_iter_yield!(input_vector.iter(), 2, .clone(), ::)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no rules expected this token in macro call
[INFO] [stdout] |
[INFO] [stdout] = note: while trying to match end of macro
[INFO] [stdout] = note: this error originates in the macro `nested_iter_yield` (in Nightly builds, run with -Z macro-backtrace for more info)