Skip to content

regression: no rules expected the token . #121611

Closed as not planned
Closed as not planned
@Mark-Simulacrum

Description

@Mark-Simulacrum

https://crater-reports.s3.amazonaws.com/beta-1.77-3/beta-2024-02-18/reg/gen-nested-iter-yield-0.1.3/log.txt

[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

No one assigned

    Labels

    A-parserArea: The lexing & parsing of Rust source code to an ASTT-compilerRelevant 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.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions