Skip to content

Commit 4dd201f

Browse files
[ci] Roll pinned nightly toolchain (#2675)
1 parent d69cbfd commit 4dd201f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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-09"
63+
pinned-nightly = "nightly-2025-08-13"
6464

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ error[E0552]: unrecognized representation hint
287287
| ^^^
288288
|
289289
= help: valid reprs are `Rust` (default), `C`, `align`, `packed`, `transparent`, `simd`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize`, `usize`
290+
= note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html?highlight=repr#representations>
290291

291292
error[E0566]: conflicting representation hints
292293
--> tests/ui-nightly/enum.rs:37:8

0 commit comments

Comments
 (0)