Skip to content

Make check doesn't prevent people from breaking make check-stage0-std #8470

Closed
@bblum

Description

@bblum

When developing inside of libstd, it's a lot more convenient to be able to make check-stage0-std instead of make check-stage2-std. But every now and again, we lose the ability to do that to some obscure linker error which can languish for a long time because the test suite doesn't make sure that it works.

Currently it is broken due to this:

error: duplicate entry for `str_eq`
error: aborting due to previous error

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-linkageArea: linking into static, shared libraries and binariesA-testsuiteArea: The testsuite used to check the correctness of rustc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions