Skip to content

Remove imports of the form "use path1, path2;" #10911

Closed
@alexcrichton

Description

@alexcrichton

This is a relic from an age long since past, and this import form should be removed.
This code should fail to parse:

use foo, bar, baz;
use foo::bar,
    bar::baz,
    foo::bar::{baz, lol};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions