make run-make tests use 2024 edition by default by tshepang · Pull Request #149378 · rust-lang/rust (original) (raw)
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation4 Commits1 Checks11 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
compiler/ and library/ use 2024 edition, so I thought why not run-make also
Some changes occurred in src/tools/compiletest
cc @jieyouxu
rustbot added A-compiletest
Area: The compiletest test runner
Area: The testsuite used to check the correctness of rustc
Status: Awaiting review from the assignee but also interested parties.
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
labels
r? @clubby789
rustbot has assigned @clubby789.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r? to explicitly pick a reviewer
📌 Commit 71b97d2 has been approved by clubby789
It is now in the queue for this repository.
bors 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
bors added a commit that referenced this pull request
Rollup of 8 pull requests
Successful merges:
- #147071 (constify from_fn, try_from_fn, try_map, map)
- #148930 (tweak editor configs)
- #149320 (-Znext-solver: normalize expected function input types when fudging)
- #149363 (Port the
#![windows_subsystem]attribute to the new attribute system) - #149378 (make run-make tests use 2024 edition by default)
- #149381 (Add
impl TrustedLenonBTree{Map,Set}iterators) - #149388 (remove session+blob decoder construction)
- #149390 (
rust-analyzersubtree update)
r? @ghost
@rustbot modify labels: rollup
rust-timer added a commit that referenced this pull request
Rollup merge of #149378 - tshepang:patch-2, r=clubby789
make run-make tests use 2024 edition by default
compiler/ and library/ use 2024 edition, so I thought why not run-make also
github-actions bot pushed a commit to rust-lang/rust-analyzer that referenced this pull request
Labels
Area: The compiletest test runner
Area: The testsuite used to check the correctness of rustc
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)