diff options
| author | bors <bors@rust-lang.org> | 2024-12-02 05:18:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-12-02 05:18:09 +0000 |
| commit | caa81728c37f5ccfa9a0979574b9272a67f8a286 (patch) | |
| tree | 99203dee6dd56d84f2b267f56f3e50d1103f46a9 /src/etc | |
| parent | a522d78598415cdd614ccc6d961160f192f64b5c (diff) | |
| parent | 76183a53ed49264769c1e27296eee6115a1e43c1 (diff) | |
| download | rust-caa81728c37f5ccfa9a0979574b9272a67f8a286.tar.gz rust-caa81728c37f5ccfa9a0979574b9272a67f8a286.zip | |
Auto merge of #133723 - jhpratt:rollup-pyfespf, r=jhpratt
Rollup of 5 pull requests Successful merges: - #131416 (Mark `slice::copy_from_slice` unstably const) - #131784 (Stabilize unsigned and float variants of `num_midpoint` feature) - #133446 (coverage: Use a query to identify which counter/expression IDs are used) - #133711 (add isatty doc alias for `is_terminal`) - #133712 (rust_analyzer_settings: force use of 'nightly' toolchain) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/rust_analyzer_settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/rust_analyzer_settings.json b/src/etc/rust_analyzer_settings.json index d1b186fd316..b104356d44c 100644 --- a/src/etc/rust_analyzer_settings.json +++ b/src/etc/rust_analyzer_settings.json @@ -34,5 +34,8 @@ "rust-analyzer.rustc.source": "./Cargo.toml", "rust-analyzer.cargo.extraEnv": { "RUSTC_BOOTSTRAP": "1" + }, + "rust-analyzer.server.extraEnv": { + "RUSTUP_TOOLCHAIN": "nightly" } } |
