Skip to content

Commit a186638

Browse files
authored
Merge pull request rust-lang#22000 from lnicola/sync-from-rust
internal: sync from downstream
2 parents d6ce50e + 02b25f7 commit a186638

1,418 files changed

Lines changed: 29967 additions & 14975 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/library_tracking_issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ It's useful to link any relevant discussions and conclusions (whether on GitHub,
8383
Zulip, or the internals forum) here.
8484
-->
8585

86-
- None yet.
86+
- [ ] None yet.
8787

8888
[^1]: https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html

.github/ISSUE_TEMPLATE/tracking_issue.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ for larger features an implementation could be broken up into multiple PRs.
5555
### Unresolved Questions
5656
<!--
5757
Include any open questions that need to be answered before the feature can be
58-
stabilised.
58+
stabilised. It is useful to link related discussions and conculsions as they
59+
develop.
5960
-->
6061

61-
XXX --- list all the "unresolved questions" found in the RFC to ensure they are
62-
not forgotten
62+
- [ ] list all the "unresolved questions" found in the RFC to ensure they are
63+
not forgotten.
6364

6465
### Implementation history
6566

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
df -h
255255
256256
- name: upload artifacts to github
257-
uses: actions/upload-artifact@v4
257+
uses: actions/upload-artifact@v7
258258
with:
259259
# name is set in previous step
260260
name: ${{ env.DOC_ARTIFACT_NAME }}

.github/workflows/dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: ./src/tools/update-lockfile.sh
6767

6868
- name: upload Cargo.lock artifact for use in PR
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: Cargo-lock
7272
path: |
@@ -75,7 +75,7 @@ jobs:
7575
src/tools/rustbook/Cargo.lock
7676
retention-days: 1
7777
- name: upload cargo-update log artifact for use in PR
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v7
7979
with:
8080
name: cargo-updates
8181
path: cargo_update.log

0 commit comments

Comments
 (0)