Skip to content

Implementation of fl! iterates over a default HashMap, causing non-reproducible builds #150

Open
@saethlin

Description

@saethlin

This line is iterating over a HashMap which uses the default hasher, which means that the output of macro expansion changes randomly from build to build

for (key, value) in &specified_args {

From rust-lang/rust#140061

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions