Skip to content

Test src\test\rustdoc\macro-document-private-duplicate.rs fails spuriously #89228

@petrochenkov

Description

@petrochenkov
Contributor

It was a source of failure on CI in PRs like #89144, #88872, #88418, #88530, #88339, #88804 and #82183.
All the failures are on Windows targets, usually MSVC but one is on MinGW as well.

The test was introduced in #88019.

Activity

petrochenkov

petrochenkov commented on Sep 24, 2021

@petrochenkov
ContributorAuthor

I've disabled the test in 8f035b8 (#88872).

jyn514

jyn514 commented on Sep 24, 2021

@jyn514
Member

There isn't a way to fix this without fixing rustdoc; I assume the problem trying to write to the file in two separate threads at the same time causes errors.

added
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bugCategory: This is a bug.
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on Oct 18, 2021
added a commit that references this issue on Apr 17, 2025
added a commit that references this issue on Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @petrochenkov@jyn514@camelid

        Issue actions

          Test `src\test\rustdoc\macro-document-private-duplicate.rs` fails spuriously · Issue #89228 · rust-lang/rust