Skip to content

Move const trait tests from ui/rfcs/rfc-2632-const-trait-impl to ui/traits/const-traits - #132015

Merged
bors merged 1 commit into
rust-lang:masterfrom
compiler-errors:move-const-trait-tests
Oct 22, 2024
Merged

Move const trait tests from ui/rfcs/rfc-2632-const-trait-impl to ui/traits/const-traits#132015
bors merged 1 commit into
rust-lang:masterfrom
compiler-errors:move-const-trait-tests

Conversation

@compiler-errors

Copy link
Copy Markdown
Contributor

I found the old test directory to be somewhat long to name, and I don't think it's necessary to put an experimental implementation's tests under an rfc which is closed.

r? fee1-dead

Breaking this out of #131985 so that PR doesn't touch 300 files.

@rustbotrustbot added A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Oct 22, 2024
@fee1-dead

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Oct 22, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit e91267f has been approved by fee1-dead

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 22, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 22, 2024
…kingjubilee
Rollup of 6 pull requests
Successful merges:
- rust-lang#130432 (rust_for_linux: -Zregparm=<N> commandline flag for X86 (rust-lang#116972))
- rust-lang#131697 (`rt::Argument`: elide lifetimes)
- rust-lang#131807 (Always specify `llvm_abiname` for RISC-V targets)
- rust-lang#131954 (shave 150ms off bootstrap)
- rust-lang#132015 (Move const trait tests from `ui/rfcs/rfc-2632-const-trait-impl` to `ui/traits/const-traits`)
- rust-lang#132017 (Update triagebot.toml)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 1ea4eab into rust-lang:masterOct 22, 2024
@rustbotrustbot added this to the 1.84.0 milestone Oct 22, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Oct 22, 2024
Rollup merge of rust-lang#132015 - compiler-errors:move-const-trait-tests, r=fee1-dead
Move const trait tests from `ui/rfcs/rfc-2632-const-trait-impl` to `ui/traits/const-traits`
I found the old test directory to be somewhat long to name, and I don't think it's necessary to put an experimental implementation's tests under an rfc which is closed.
r? fee1-dead
Breaking this out of rust-lang#131985 so that PR doesn't touch 300 files.
@fmeasefmease added the PG-const-traits Project group: Const traits label Nov 24, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-testsuiteArea: The testsuite used to check the correctness of rustcPG-const-traitsProject group: Const traitsS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@compiler-errors@fee1-dead@bors@fmease@rustbot