Skip to content

Commit 035c2c4

Browse files
committed
switch to stable
this apparently improves the coverage reporting, i guess nightly does some things that llvm-cov does not yet understand
1 parent 8ad0399 commit 035c2c4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install toolchain
8585
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
8686
with:
87-
toolchain: nightly
87+
toolchain: stable
8888
targets: "${{ matrix.target }}"
8989
- name: target
9090
run: "rustc -vV | sed -n 's|host: ||p'"
@@ -144,7 +144,7 @@ jobs:
144144
- name: Install rust toolchain
145145
uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
146146
with:
147-
toolchain: nightly
147+
toolchain: stable
148148
components: clippy
149149
targets: ${{matrix.target}}
150150
- name: Rust cache
@@ -254,7 +254,7 @@ jobs:
254254
- name: Install toolchain
255255
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
256256
with:
257-
toolchain: nightly
257+
toolchain: stable
258258
targets: "${{ matrix.target }}"
259259

260260
# NOTE: explicitly specifying the target is required on windows where we build for gnu, but the system is msvc.

c2rust-lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
#![cfg_attr(feature = "nightly", feature(likely_unlikely))]
4141
// FIXME
4242
#![allow(clippy::missing_safety_doc)]
43-
#![feature(slice_from_ptr_range)]
4443

4544
pub mod lib {
4645
pub mod common {

0 commit comments

Comments
 (0)