Skip to content

Remove unneeded exports in syntax::parse::parser #3726

Closed
@catamorphism

Description

@catamorphism

parser re-exports parse::parse_from_source_str because the #ast macro uses it. With pub/priv, the #ast code could just call it directly and this extra declaration could be removed. I tried to fix the exports, but ran into problems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-frontendArea: Compiler frontend (errors, parsing and HIR)C-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions