Skip to content

Commit 41382a4

Browse files
authored
Rollup merge of #148502 - tshepang:rdg-sync, r=tshepang
rustc-dev-guide subtree update Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@1a96e5e. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
2 parents 6e03719 + dca1727 commit 41382a4

File tree

12 files changed

+1151
-315
lines changed

12 files changed

+1151
-315
lines changed

src/doc/rustc-dev-guide/.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,9 @@ jobs:
8282
git add .
8383
git commit -m "Deploy ${GITHUB_SHA} to gh-pages"
8484
git push --quiet -f "https://x-token:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}" HEAD:gh-pages
85+
86+
- name: Check if files comply with semantic line breaks
87+
continue-on-error: true
88+
run: |
89+
# using split_inclusive that uses regex feature that uses an unstable feature
90+
RUSTC_BOOTSTRAP=1 cargo run --manifest-path ci/sembr/Cargo.toml src

src/doc/rustc-dev-guide/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
book
22

33
ci/date-check/target/
4+
ci/sembr/target/
45

56
# Generated by check-in.sh
67
pulls.json

0 commit comments

Comments
 (0)