Skip to content

Commit

Permalink
[ci] Roll pinned nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
google-pr-creation-bot committed Nov 13, 2024
1 parent e3b2ec1 commit edd74c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ zerocopy-panic-in-const-and-vec-try-reserve-1-57-0 = "1.57.0"
[package.metadata.ci]
# The versions of the stable and nightly compiler toolchains to use in CI.
pinned-stable = "1.82.0"
pinned-nightly = "nightly-2024-11-06"
pinned-nightly = "nightly-2024-11-12"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion tests/ui-nightly/transmute-mut-dst-unsized.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ error[E0277]: the size for values of type `[u8]` cannot be known at compilation
|
= help: the trait `Sized` is not implemented for `[u8]`
note: required by an implicit `Sized` bound in `std::intrinsics::transmute`
--> $RUST/core/src/intrinsics.rs
--> $RUST/core/src/intrinsics/mod.rs
|
| pub const unsafe fn transmute<Src, Dst>(_src: Src) -> Dst {
| ^^^ required by the implicit `Sized` requirement on this type parameter in `transmute`
Expand Down
2 changes: 1 addition & 1 deletion tests/ui-nightly/transmute-mut-src-dst-unsized.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ error[E0277]: the size for values of type `[u8]` cannot be known at compilation
|
= help: the trait `Sized` is not implemented for `[u8]`
note: required by an implicit `Sized` bound in `std::intrinsics::transmute`
--> $RUST/core/src/intrinsics.rs
--> $RUST/core/src/intrinsics/mod.rs
|
| pub const unsafe fn transmute<Src, Dst>(_src: Src) -> Dst {
| ^^^ required by the implicit `Sized` requirement on this type parameter in `transmute`
Expand Down
2 changes: 1 addition & 1 deletion tests/ui-nightly/transmute-ref-dst-unsized.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ error[E0277]: the size for values of type `[u8]` cannot be known at compilation
|
= help: the trait `Sized` is not implemented for `[u8]`
note: required by an implicit `Sized` bound in `std::intrinsics::transmute`
--> $RUST/core/src/intrinsics.rs
--> $RUST/core/src/intrinsics/mod.rs
|
| pub const unsafe fn transmute<Src, Dst>(_src: Src) -> Dst {
| ^^^ required by the implicit `Sized` requirement on this type parameter in `transmute`
Expand Down
2 changes: 1 addition & 1 deletion tests/ui-nightly/transmute-ref-src-dst-unsized.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ error[E0277]: the size for values of type `[u8]` cannot be known at compilation
|
= help: the trait `Sized` is not implemented for `[u8]`
note: required by an implicit `Sized` bound in `std::intrinsics::transmute`
--> $RUST/core/src/intrinsics.rs
--> $RUST/core/src/intrinsics/mod.rs
|
| pub const unsafe fn transmute<Src, Dst>(_src: Src) -> Dst {
| ^^^ required by the implicit `Sized` requirement on this type parameter in `transmute`
Expand Down

0 comments on commit edd74c5

Please sign in to comment.