Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Roll pinned stable toolchain #471

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ all-features = true

[package.metadata.ci]
# The versions of the stable and nightly compiler toolchains to use in CI.
pinned-stable = "1.69.0"
pinned-stable = "1.73.0"
pinned-nightly = "nightly-2023-05-25"

[features]
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 @@ -5,14 +5,14 @@ error[E0277]: the trait bound `NotZerocopy: FromBytes` is not satisfied
| ^^^^^^^^^^^^^^^^^^^ the trait `FromBytes` is not implemented for `NotZerocopy`
|
= help: the following other types implement trait `FromBytes`:
()
AU16
F32<O>
F64<O>
I128<O>
I16<O>
I32<O>
I64<O>
isize
i8
i16
i32
i64
i128
usize
u8
and $N others
note: required by a bound in `DST_NOT_FROM_BYTES::transmute`
--> tests/ui-stable/transmute-dst-not-frombytes.rs:14:41
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 @@ -5,14 +5,14 @@ error[E0277]: the trait bound `NotZerocopy: FromBytes` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `FromBytes` is not implemented for `NotZerocopy`
|
= help: the following other types implement trait `FromBytes`:
()
AU16
F32<O>
F64<O>
I128<O>
I16<O>
I32<O>
I64<O>
isize
i8
i16
i32
i64
i128
usize
u8
and $N others
note: required by a bound in `DST_NOT_FROM_BYTES::transmute`
--> tests/ui-stable/transmute-ref-dst-not-frombytes.rs:14:42
Expand Down
3 changes: 3 additions & 0 deletions tests/ui-stable/transmute-ref-dst-unsized.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,7 @@ note: required by a bound in `MaxAlignsOf::<T, U>::new`
|
| impl<T, U> MaxAlignsOf<T, U> {
| ^ required by this bound in `MaxAlignsOf::<T, U>::new`
| #[inline(never)] // Make `missing_inline_in_public_items` happy.
| pub fn new(_t: T, _u: U) -> MaxAlignsOf<T, U> {
| --- required by a bound in this associated function
= note: this error originates in the macro `transmute_ref` (in Nightly builds, run with -Z macro-backtrace for more info)
9 changes: 9 additions & 0 deletions tests/ui-stable/transmute-ref-src-dst-unsized.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ note: required by a bound in `AlignOf::<T>::into_t`
|
| impl<T> AlignOf<T> {
| ^ required by this bound in `AlignOf::<T>::into_t`
| #[inline(never)] // Make `missing_inline_in_public_items` happy.
| pub fn into_t(self) -> T {
| ------ required by a bound in this associated function
= note: this error originates in the macro `transmute_ref` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
Expand Down Expand Up @@ -146,6 +149,9 @@ note: required by a bound in `MaxAlignsOf::<T, U>::new`
|
| impl<T, U> MaxAlignsOf<T, U> {
| ^ required by this bound in `MaxAlignsOf::<T, U>::new`
| #[inline(never)] // Make `missing_inline_in_public_items` happy.
| pub fn new(_t: T, _u: U) -> MaxAlignsOf<T, U> {
| --- required by a bound in this associated function
= note: this error originates in the macro `transmute_ref` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
Expand Down Expand Up @@ -202,4 +208,7 @@ note: required by a bound in `MaxAlignsOf::<T, U>::new`
|
| impl<T, U> MaxAlignsOf<T, U> {
| ^ required by this bound in `MaxAlignsOf::<T, U>::new`
| #[inline(never)] // Make `missing_inline_in_public_items` happy.
| pub fn new(_t: T, _u: U) -> MaxAlignsOf<T, U> {
| --- required by a bound in this associated function
= note: this error originates in the macro `transmute_ref` (in Nightly builds, run with -Z macro-backtrace for more info)
16 changes: 8 additions & 8 deletions tests/ui-stable/transmute-ref-src-not-asbytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `NotZerocopy<AU16>: AsBytes` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `AsBytes`:
()
AU16
F32<O>
F64<O>
I128<O>
I16<O>
I32<O>
I64<O>
bool
char
isize
i8
i16
i32
i64
i128
and $N others
note: required by a bound in `SRC_NOT_AS_BYTES::transmute`
--> tests/ui-stable/transmute-ref-src-not-asbytes.rs:14:33
Expand Down
6 changes: 6 additions & 0 deletions tests/ui-stable/transmute-ref-src-unsized.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ note: required by a bound in `AlignOf::<T>::into_t`
|
| impl<T> AlignOf<T> {
| ^ required by this bound in `AlignOf::<T>::into_t`
| #[inline(never)] // Make `missing_inline_in_public_items` happy.
| pub fn into_t(self) -> T {
| ------ required by a bound in this associated function
= note: this error originates in the macro `transmute_ref` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
Expand Down Expand Up @@ -107,6 +110,9 @@ note: required by a bound in `MaxAlignsOf::<T, U>::new`
|
| impl<T, U> MaxAlignsOf<T, U> {
| ^ required by this bound in `MaxAlignsOf::<T, U>::new`
| #[inline(never)] // Make `missing_inline_in_public_items` happy.
| pub fn new(_t: T, _u: U) -> MaxAlignsOf<T, U> {
| --- required by a bound in this associated function
= note: this error originates in the macro `transmute_ref` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
Expand Down
16 changes: 8 additions & 8 deletions tests/ui-stable/transmute-src-not-asbytes.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ error[E0277]: the trait bound `NotZerocopy<AU16>: AsBytes` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `AsBytes`:
()
AU16
F32<O>
F64<O>
I128<O>
I16<O>
I32<O>
I64<O>
bool
char
isize
i8
i16
i32
i64
i128
and $N others
note: required by a bound in `SRC_NOT_AS_BYTES::transmute`
--> tests/ui-stable/transmute-src-not-asbytes.rs:14:32
Expand Down
64 changes: 32 additions & 32 deletions zerocopy-derive/tests/ui-stable/derive_transparent.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ error[E0277]: the trait bound `NotZerocopy: FromZeroes` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `FromZeroes` is not implemented for `NotZerocopy`
|
= help: the following other types implement trait `FromZeroes`:
()
AU16
F32<O>
F64<O>
I128<O>
I16<O>
I32<O>
I64<O>
bool
char
isize
i8
i16
i32
i64
i128
and $N others
note: required for `TransparentStruct<NotZerocopy>` to implement `FromZeroes`
--> tests/ui-stable/derive_transparent.rs:23:19
Expand All @@ -33,14 +33,14 @@ error[E0277]: the trait bound `NotZerocopy: FromBytes` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `FromBytes` is not implemented for `NotZerocopy`
|
= help: the following other types implement trait `FromBytes`:
()
AU16
F32<O>
F64<O>
I128<O>
I16<O>
I32<O>
I64<O>
isize
i8
i16
i32
i64
i128
usize
u8
and $N others
note: required for `TransparentStruct<NotZerocopy>` to implement `FromBytes`
--> tests/ui-stable/derive_transparent.rs:23:31
Expand All @@ -61,14 +61,14 @@ error[E0277]: the trait bound `NotZerocopy: AsBytes` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `AsBytes` is not implemented for `NotZerocopy`
|
= help: the following other types implement trait `AsBytes`:
()
AU16
F32<O>
F64<O>
I128<O>
I16<O>
I32<O>
I64<O>
bool
char
isize
i8
i16
i32
i64
i128
and $N others
note: required for `TransparentStruct<NotZerocopy>` to implement `AsBytes`
--> tests/ui-stable/derive_transparent.rs:23:10
Expand All @@ -89,14 +89,14 @@ error[E0277]: the trait bound `NotZerocopy: Unaligned` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Unaligned` is not implemented for `NotZerocopy`
|
= help: the following other types implement trait `Unaligned`:
()
F32<O>
F64<O>
I128<O>
I16<O>
I32<O>
I64<O>
ManuallyDrop<T>
bool
i8
u8
TransparentStruct<T>
U16<O>
U32<O>
U64<O>
U128<O>
and $N others
note: required for `TransparentStruct<NotZerocopy>` to implement `Unaligned`
--> tests/ui-stable/derive_transparent.rs:23:42
Expand Down