Skip to content

Commit 53ce0d4

Browse files
committed
Merge ref '6159a44067eb' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 6159a44067ebce42b38f062cc7df267a1348e092 Filtered ref: 6ab1e12842abe4da734757701b2f17970e11f6b9 Upstream diff: rust-lang/rust@c5dabe8...6159a44 This merge was created using https://github.com/rust-lang/josh-sync.
2 parents 90df431 + 2adc6ba commit 53ce0d4

File tree

22 files changed

+1488
-607
lines changed

22 files changed

+1488
-607
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)