Skip to content

Commit c8f5d6d

Browse files
committed
Merge branch 'master' of https://github.com/rust-lang/rust
2 parents b5e9275 + da7ada5 commit c8f5d6d

File tree

1,043 files changed

+13792
-8648
lines changed

Some content is hidden

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

1,043 files changed

+13792
-8648
lines changed

.gitattributes

-8
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@ config.toml.example linguist-language=TOML
1616
*.ico binary
1717
*.woff binary
1818
*.woff2 binary
19-
20-
# Needed as part of converting rustfmt to a subtree, can hopefully be removed later.
21-
src/tools/rustfmt/tests/source/issue-3494/crlf.rs -text
22-
src/tools/rustfmt/tests/source/comment_crlf_newline.rs -text
23-
src/tools/rustfmt/tests/source/configs/enum_discrim_align_threshold/40.rs -text
24-
src/tools/rustfmt/tests/target/issue-3494/crlf.rs -text
25-
src/tools/rustfmt/tests/target/comment_crlf_newline.rs -text
26-
src/tools/rustfmt/tests/target/configs/enum_discrim_align_threshold/40.rs -text

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ jobs:
259259
- name: x86_64-gnu
260260
os: ubuntu-latest-xl
261261
env: {}
262+
- name: x86_64-gnu-stable
263+
env:
264+
IMAGE: x86_64-gnu
265+
RUST_CI_OVERRIDE_RELEASE_CHANNEL: stable
266+
os: ubuntu-latest-xl
262267
- name: x86_64-gnu-aux
263268
os: ubuntu-latest-xl
264269
env: {}

0 commit comments

Comments
 (0)