Skip to content

Investigate if some rustdoc tests can use minicore and //@ add-core-stubs #137943

@jieyouxu

Description

@jieyouxu
Member

Some rustdoc tests may be able to use minicore for core stubs instead of having to manually reimplement core stubs (and have to deal with failures when new lang items are added or existing lang items get renamed/removed).

Activity

added
A-testsuiteArea: The testsuite used to check the correctness of rustc
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.
E-needs-investigationCall for partcipation: This issues needs some investigation to determine current status
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on Mar 3, 2025
added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Mar 3, 2025
added
A-compiletestArea: The compiletest test runner
A-test-infraArea: test infrastructure (may span bootstrap/compiletest/more)
and removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Mar 3, 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-compiletestArea: The compiletest test runnerA-test-infraArea: test infrastructure (may span bootstrap/compiletest/more)A-test-infra-minicoreArea: `minicore` test auxiliary and `//@ add-core-stubs`A-testsuiteArea: The testsuite used to check the correctness of rustcC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-needs-investigationCall for partcipation: This issues needs some investigation to determine current statusT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)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

        @jieyouxu@rustbot

        Issue actions

          Investigate if some rustdoc tests can use `minicore` and `//@ add-core-stubs` · Issue #137943 · rust-lang/rust