Skip to content

Commit 799a825

Browse files
[ci] Roll pinned nightly toolchain (#2687)
1 parent 742d1c8 commit 799a825

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ zerocopy-panic-in-const-and-vec-try-reserve-1-57-0 = "1.57.0"
6060
[package.metadata.ci]
6161
# The versions of the stable and nightly compiler toolchains to use in CI.
6262
pinned-stable = "1.89.0"
63-
pinned-nightly = "nightly-2025-08-20"
63+
pinned-nightly = "nightly-2025-08-21"
6464

6565
[package.metadata.docs.rs]
6666
all-features = true

tests/ui-nightly/try_transmute_mut-size-increase.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ warning: unused import: `util::AU16`
44
13 | use util::AU16;
55
| ^^^^^^^^^^
66
|
7-
= note: `#[warn(unused_imports)]` on by default
7+
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
88

99
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
1010
--> tests/ui-nightly/try_transmute_mut-size-increase.rs:20:50

zerocopy-derive/tests/ui-nightly/enum.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ error[E0566]: conflicting representation hints
297297
|
298298
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
299299
= note: for more information, see issue #68585 <https://github.com/rust-lang/rust/issues/68585>
300-
= note: `#[deny(conflicting_repr_hints)]` on by default
300+
= note: `#[deny(conflicting_repr_hints)]` (part of `#[deny(future_incompatible)]`) on by default
301301

302302
error[E0277]: the trait bound `UnsafeCell<()>: Immutable` is not satisfied
303303
--> tests/ui-nightly/enum.rs:51:10

zerocopy-derive/tests/ui-nightly/late_compile_pass.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ warning: unused import: `zerocopy::KnownLayout`
44
15 | use zerocopy::KnownLayout;
55
| ^^^^^^^^^^^^^^^^^^^^^
66
|
7-
= note: `#[warn(unused_imports)]` on by default
7+
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
88

99
error[E0277]: the trait bound `NotZerocopy: zerocopy::TryFromBytes` is not satisfied
1010
--> tests/ui-nightly/late_compile_pass.rs:29:10

0 commit comments

Comments
 (0)