Rustup to rustc 1.65.0-nightly (84f0c3f79 2022-09-03)

This commit is contained in:
bjorn3 2022-09-04 13:35:58 +02:00
parent b80970f27f
commit 7f260a953b
2 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,7 @@ fn start<T: Termination + 'static>(
main: fn() -> T,
argc: isize,
argv: *const *const u8,
_sigpipe: u8,
) -> isize {
if argc == 3 {
unsafe { puts(*argv as *const i8); }

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-08-30"
channel = "nightly-2022-09-04"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]