Skip to content

Commit

Permalink
[ci] Roll pinned nightly toolchain (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-pr-creation-bot authored Apr 3, 2024
1 parent 72f6694 commit 9b6b5cb
Show file tree
Hide file tree
Showing 19 changed files with 337 additions and 337 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ zerocopy-panic-in-const = "1.57.0"
[package.metadata.ci]
# The versions of the stable and nightly compiler toolchains to use in CI.
pinned-stable = "1.77.1"
pinned-nightly = "nightly-2024-03-28"
pinned-nightly = "nightly-2024-04-02"

[package.metadata.docs.rs]
all-features = true
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-nightly/include_value_not_from_bytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `NotZerocopy<u32>: zerocopy::FromBytes` is not sat
| required by a bound introduced by this call
|
= help: the following other types implement trait `zerocopy::FromBytes`:
isize
i8
i16
i32
i64
i128
usize
u8
()
AU16
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
and $N others
note: required by a bound in `AssertIsFromBytes`
--> tests/ui-nightly/include_value_not_from_bytes.rs:15:42
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-nightly/transmute-dst-not-frombytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `NotZerocopy: zerocopy::FromBytes` is not satisfie
| required by a bound introduced by this call
|
= help: the following other types implement trait `zerocopy::FromBytes`:
isize
i8
i16
i32
i64
i128
usize
u8
()
AU16
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
and $N others
note: required by a bound in `AssertIsFromBytes`
--> tests/ui-nightly/transmute-dst-not-frombytes.rs:19:41
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-nightly/transmute-mut-dst-not-frombytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Dst: FromBytes` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `FromBytes`:
isize
i8
i16
i32
i64
i128
usize
u8
()
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
AtomicU32
and $N others
note: required by a bound in `AssertDstIsFromBytes`
--> tests/ui-nightly/transmute-mut-dst-not-frombytes.rs:24:38
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-nightly/transmute-mut-dst-not-intobytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Dst: IntoBytes` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `IntoBytes`:
bool
char
isize
i8
i16
i32
i64
i128
()
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
AtomicU32
and $N others
note: required by a bound in `AssertDstIsIntoBytes`
--> tests/ui-nightly/transmute-mut-dst-not-intobytes.rs:24:36
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-nightly/transmute-mut-dst-not-nocell.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Dst: NoCell` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `NoCell`:
bool
char
isize
i8
i16
i32
i64
i128
&T
&mut T
()
*const T
*mut T
Box<T>
F32<O>
F64<O>
and $N others
note: required by a bound in `AssertDstIsNoCell`
--> tests/ui-nightly/transmute-mut-dst-not-nocell.rs:24:35
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-nightly/transmute-mut-src-not-frombytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Src: FromBytes` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `FromBytes`:
isize
i8
i16
i32
i64
i128
usize
u8
()
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
AtomicU32
and $N others
note: required by a bound in `AssertSrcIsFromBytes`
--> tests/ui-nightly/transmute-mut-src-not-frombytes.rs:24:38
Expand All @@ -31,14 +31,14 @@ error[E0277]: the trait bound `Src: FromBytes` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `FromBytes` is not implemented for `Src`
|
= help: the following other types implement trait `FromBytes`:
isize
i8
i16
i32
i64
i128
usize
u8
()
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
AtomicU32
and $N others
note: required by a bound in `AssertSrcIsFromBytes`
--> tests/ui-nightly/transmute-mut-src-not-frombytes.rs:24:38
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-nightly/transmute-mut-src-not-intobytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Src: IntoBytes` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `IntoBytes`:
bool
char
isize
i8
i16
i32
i64
i128
()
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
AtomicU32
and $N others
note: required by a bound in `AssertSrcIsIntoBytes`
--> tests/ui-nightly/transmute-mut-src-not-intobytes.rs:24:36
Expand All @@ -31,14 +31,14 @@ error[E0277]: the trait bound `Src: IntoBytes` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `IntoBytes` is not implemented for `Src`
|
= help: the following other types implement trait `IntoBytes`:
bool
char
isize
i8
i16
i32
i64
i128
()
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
AtomicU32
and $N others
note: required by a bound in `AssertSrcIsIntoBytes`
--> tests/ui-nightly/transmute-mut-src-not-intobytes.rs:24:36
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-nightly/transmute-mut-src-not-nocell.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Src: NoCell` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `NoCell`:
bool
char
isize
i8
i16
i32
i64
i128
&T
&mut T
()
*const T
*mut T
Box<T>
Dst
F32<O>
and $N others
note: required by a bound in `AssertSrcIsNoCell`
--> tests/ui-nightly/transmute-mut-src-not-nocell.rs:24:35
Expand All @@ -31,14 +31,14 @@ error[E0277]: the trait bound `Src: NoCell` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `NoCell` is not implemented for `Src`
|
= help: the following other types implement trait `NoCell`:
bool
char
isize
i8
i16
i32
i64
i128
&T
&mut T
()
*const T
*mut T
Box<T>
Dst
F32<O>
and $N others
note: required by a bound in `AssertSrcIsNoCell`
--> tests/ui-nightly/transmute-mut-src-not-nocell.rs:24:35
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-nightly/transmute-ref-dst-not-frombytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Dst: zerocopy::FromBytes` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `zerocopy::FromBytes`:
isize
i8
i16
i32
i64
i128
usize
u8
()
AU16
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
and $N others
note: required by a bound in `AssertDstIsFromBytes`
--> tests/ui-nightly/transmute-ref-dst-not-frombytes.rs:23:34
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-nightly/transmute-ref-dst-not-nocell.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Dst: zerocopy::NoCell` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `zerocopy::NoCell`:
bool
char
isize
i8
i16
i32
i64
i128
&T
&mut T
()
*const T
*mut T
AU16
Box<T>
F32<O>
and $N others
note: required by a bound in `AssertDstIsNoCell`
--> tests/ui-nightly/transmute-ref-dst-not-nocell.rs:23:31
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-nightly/transmute-ref-src-not-intobytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Src: zerocopy::IntoBytes` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `zerocopy::IntoBytes`:
bool
char
isize
i8
i16
i32
i64
i128
()
AU16
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
and $N others
note: required by a bound in `AssertSrcIsIntoBytes`
--> tests/ui-nightly/transmute-ref-src-not-intobytes.rs:23:33
Expand All @@ -31,14 +31,14 @@ error[E0277]: the trait bound `Src: zerocopy::IntoBytes` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `zerocopy::IntoBytes` is not implemented for `Src`
|
= help: the following other types implement trait `zerocopy::IntoBytes`:
bool
char
isize
i8
i16
i32
i64
i128
()
AU16
AtomicBool
AtomicI16
AtomicI32
AtomicI8
AtomicIsize
AtomicU16
and $N others
note: required by a bound in `AssertSrcIsIntoBytes`
--> tests/ui-nightly/transmute-ref-src-not-intobytes.rs:23:33
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-nightly/transmute-ref-src-not-nocell.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `Src: zerocopy::NoCell` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `zerocopy::NoCell`:
bool
char
isize
i8
i16
i32
i64
i128
&T
&mut T
()
*const T
*mut T
AU16
Box<T>
F32<O>
and $N others
note: required by a bound in `AssertSrcIsNoCell`
--> tests/ui-nightly/transmute-ref-src-not-nocell.rs:23:32
Expand All @@ -31,14 +31,14 @@ error[E0277]: the trait bound `Src: zerocopy::NoCell` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `zerocopy::NoCell` is not implemented for `Src`
|
= help: the following other types implement trait `zerocopy::NoCell`:
bool
char
isize
i8
i16
i32
i64
i128
&T
&mut T
()
*const T
*mut T
AU16
Box<T>
F32<O>
and $N others
note: required by a bound in `AssertSrcIsNoCell`
--> tests/ui-nightly/transmute-ref-src-not-nocell.rs:23:32
Expand Down
Loading

0 comments on commit 9b6b5cb

Please sign in to comment.