File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
zerocopy-derive/tests/ui-nightly Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
6262pinned-stable = " 1.89.0"
63- pinned-nightly = " nightly-2025-08-20 "
63+ pinned-nightly = " nightly-2025-08-21 "
6464
6565[package .metadata .docs .rs ]
6666all-features = true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ warning: unused import: `util::AU16`
4413 | 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
99error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
1010 --> tests/ui-nightly/try_transmute_mut-size-increase.rs:20:50
Original file line number Diff line number Diff 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
302302error[E0277]: the trait bound `UnsafeCell<()>: Immutable` is not satisfied
303303 --> tests/ui-nightly/enum.rs:51:10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ warning: unused import: `zerocopy::KnownLayout`
4415 | 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
99error[E0277]: the trait bound `NotZerocopy: zerocopy::TryFromBytes` is not satisfied
1010 --> tests/ui-nightly/late_compile_pass.rs:29:10
You can’t perform that action at this time.
0 commit comments