Skip to content

Commit 5bd167f

Browse files
[ci] Roll pinned stable toolchain (#1938)
1 parent af67d9a commit 5bd167f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ zerocopy-diagnostic-on-unimplemented = "1.78.0"
4040

4141
[package.metadata.ci]
4242
# The versions of the stable and nightly compiler toolchains to use in CI.
43-
pinned-stable = "1.81.0"
43+
pinned-stable = "1.82.0"
4444
pinned-nightly = "nightly-2024-10-16"
4545

4646
[package.metadata.docs.rs]

tests/ui-stable/transmute-mut-dst-unsized.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ error[E0277]: the size for values of type `[u8]` cannot be known at compilation
4747
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
4848
|
4949
= help: the trait `Sized` is not implemented for `[u8]`
50-
note: required by an implicit `Sized` bound in `transmute`
50+
note: required by an implicit `Sized` bound in `std::intrinsics::transmute`
5151
--> $RUST/core/src/intrinsics.rs
5252
|
5353
| pub fn transmute<Src, Dst>(src: Src) -> Dst;

tests/ui-stable/transmute-mut-src-dst-unsized.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ error[E0277]: the size for values of type `[u8]` cannot be known at compilation
144144
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
145145
|
146146
= help: the trait `Sized` is not implemented for `[u8]`
147-
note: required by an implicit `Sized` bound in `transmute`
147+
note: required by an implicit `Sized` bound in `std::intrinsics::transmute`
148148
--> $RUST/core/src/intrinsics.rs
149149
|
150150
| pub fn transmute<Src, Dst>(src: Src) -> Dst;

tests/ui-stable/transmute-ref-dst-unsized.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ error[E0277]: the size for values of type `[u8]` cannot be known at compilation
4747
| ^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
4848
|
4949
= help: the trait `Sized` is not implemented for `[u8]`
50-
note: required by an implicit `Sized` bound in `transmute`
50+
note: required by an implicit `Sized` bound in `std::intrinsics::transmute`
5151
--> $RUST/core/src/intrinsics.rs
5252
|
5353
| pub fn transmute<Src, Dst>(src: Src) -> Dst;

tests/ui-stable/transmute-ref-src-dst-unsized.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ error[E0277]: the size for values of type `[u8]` cannot be known at compilation
144144
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
145145
|
146146
= help: the trait `Sized` is not implemented for `[u8]`
147-
note: required by an implicit `Sized` bound in `transmute`
147+
note: required by an implicit `Sized` bound in `std::intrinsics::transmute`
148148
--> $RUST/core/src/intrinsics.rs
149149
|
150150
| pub fn transmute<Src, Dst>(src: Src) -> Dst;

0 commit comments

Comments
 (0)