Skip to content

Rust 1.97.0+ no longer suppresses linker output, causing noisy build logs #174

Description

@tobiasae

Since Rust 1.97.0, rustc no longer hides linker output by default when a link succeeds. This breaks the assumption in linker-wrapper.py line 35, which appears to rely on that suppression.

Result: every build now prints the full linker invocation/output, adding significant noise to build logs.

Would it make sense to only print the linker output when the link actually fails, rather than on every build?

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