Skip to content

Commit a92ce14

Browse files
author
The Miri Cronjob Bot
committed
Merge ref '401ae5542752' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 401ae55427522984e4a89c37cff6562a4ddcf6b7 Filtered ref: 1bd47ec470de5c7eab11a24bfee0e7f663cd56a2 Upstream diff: rust-lang/rust@5f9dd05...401ae55 This merge was created using https://github.com/rust-lang/josh-sync.
2 parents a12abec + 89b1276 commit a92ce14

File tree

12 files changed

+1151
-315
lines changed

12 files changed

+1151
-315
lines changed

.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

.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)