Skip to content

#[macro_use] can cause extern crate to be order dependent #33762

Closed
@alexcrichton

Description

@alexcrichton

Awhile back (#29961) it was discovered that extern crate could sometimes be order dependent when mixed with --extern. That fix, however, did not get transferred to where crates are loaded for #[macro_use], so the bug still exists there.

Unfortunately this blocks #33625 as it's triggering this bug.

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