Skip to content

Commit

Permalink
[ci] Roll pinned stable toolchain (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-pr-creation-bot authored Jun 15, 2024
1 parent da8800d commit a3af7a2
Show file tree
Hide file tree
Showing 19 changed files with 345 additions and 345 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.78.0"
pinned-stable = "1.79.0"
pinned-nightly = "nightly-2024-06-05"

[package.metadata.docs.rs]
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-stable/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-stable/include_value_not_from_bytes.rs:15:42
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-stable/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-stable/transmute-dst-not-frombytes.rs:19:41
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-stable/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-stable/transmute-mut-dst-not-frombytes.rs:24:38
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-stable/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-stable/transmute-mut-dst-not-intobytes.rs:24:36
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-stable/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-stable/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-stable/transmute-mut-src-not-frombytes.rs:24:38
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-stable/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-stable/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-stable/transmute-mut-src-not-intobytes.rs:24:36
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-stable/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-stable/transmute-ref-dst-not-frombytes.rs:23:34
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-stable/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::Immutable` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `zerocopy::Immutable`:
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 `AssertDstIsImmutable`
--> tests/ui-stable/transmute-ref-dst-not-nocell.rs:23:33
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-stable/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-stable/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-stable/transmute-ref-src-not-intobytes.rs:23:33
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-stable/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::Immutable` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `zerocopy::Immutable`:
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 `AssertSrcIsImmutable`
--> tests/ui-stable/transmute-ref-src-not-nocell.rs:23:34
Expand All @@ -31,14 +31,14 @@ error[E0277]: the trait bound `Src: zerocopy::Immutable` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `zerocopy::Immutable` is not implemented for `Src`
|
= help: the following other types implement trait `zerocopy::Immutable`:
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 `AssertSrcIsImmutable`
--> tests/ui-stable/transmute-ref-src-not-nocell.rs:23:34
Expand Down
32 changes: 16 additions & 16 deletions tests/ui-stable/transmute-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 `NotZerocopy<AU16>: zerocopy::IntoBytes` is not sa
| 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 `AssertIsIntoBytes`
--> tests/ui-stable/transmute-src-not-intobytes.rs:19:32
Expand All @@ -31,14 +31,14 @@ error[E0277]: the trait bound `NotZerocopy<AU16>: zerocopy::IntoBytes` is not sa
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `zerocopy::IntoBytes` is not implemented for `NotZerocopy<AU16>`
|
= 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 `AssertIsIntoBytes`
--> tests/ui-stable/transmute-src-not-intobytes.rs:19:32
Expand Down
Loading

0 comments on commit a3af7a2

Please sign in to comment.