-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Milestone
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)
Metadata
Metadata
Assignees
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an ASTT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.