Skip to content

Ambiguity rules for use have changed in Rust 1.72 #284

Closed
@mattheww

Description

@mattheww

The following text at the end of path-changes

If a path is ambiguous, such as if you have an external crate and a local module or item with the same name, you'll get an error, and you'll need to either rename one of the conflicting names or explicitly disambiguate the path.

is no longer true in Rust 1.72 (due to rust-lang/rust#112086).

I'm not sure whether the edition guide is only supposed to care about the behaviour with the latest compiler version.

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