Skip to content

Commit a8e438f

Browse files
committed
Auto merge of #141278 - lnicola:sync-from-ra, r=lnicola
Subtree update of `rust-analyzer` r? `@ghost`
2 parents a7f9571 + 96a2531 commit a8e438f

File tree

175 files changed

+3449
-1358
lines changed

Some content is hidden

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

175 files changed

+3449
-1358
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Questions regarding rust-analyzer
3+
url: https://github.com/rust-lang/rust-analyzer/discussions
4+
about: Please ask and answer questions here instead of opening an issue

.github/ISSUE_TEMPLATE/critical_nightly_regression.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ Troubleshooting guide: https://rust-analyzer.github.io/book/troubleshooting.html
1212
1313
Please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3.
1414
-->
15-
16-
This is a serious regression in nightly and it's important to fix it before the next release.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/metrics.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
steps:
1919
- name: Install Rust toolchain
2020
run: |
21-
rustup update --no-self-update stable
22-
rustup default stable
23-
rustup component add --toolchain stable rust-src
21+
rustup update --no-self-update beta
22+
rustup default beta
23+
rustup component add --toolchain beta rust-src
2424
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
@@ -61,9 +61,9 @@ jobs:
6161
steps:
6262
- name: Install Rust toolchain
6363
run: |
64-
rustup update --no-self-update stable
65-
rustup default stable
66-
rustup component add --toolchain stable rust-src
64+
rustup update --no-self-update beta
65+
rustup default beta
66+
rustup component add --toolchain beta rust-src
6767
6868
- name: Checkout repository
6969
uses: actions/checkout@v4

Cargo.lock

Lines changed: 87 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)