Skip to content

rustc's test pass shouldn't generate calls to os::args #3938

Closed
@brson

Description

@brson

For maintainability, rustc::front::test it should only be generating calls into std::test, so either there should be an os::args reexport in std::test or (my preference) test_main should contain the call to os::args and there should be a separate function for executing the console test running while providing the args.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-syntaxextArea: Syntax extensionsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions