Skip to content

Commit 7f260a9

Browse files
committed
Rustup to rustc 1.65.0-nightly (84f0c3f 2022-09-03)
1 parent b80970f commit 7f260a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/mini_core_hello_world.rs

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ fn start<T: Termination + 'static>(
9393
main: fn() -> T,
9494
argc: isize,
9595
argv: *const *const u8,
96+
_sigpipe: u8,
9697
) -> isize {
9798
if argc == 3 {
9899
unsafe { puts(*argv as *const i8); }

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2022-08-30"
2+
channel = "nightly-2022-09-04"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)