Rustup to rustc 1.65.0-nightly (84f0c3f79
2022-09-03)
This commit is contained in:
parent
b80970f27f
commit
7f260a953b
2 changed files with 2 additions and 1 deletions
|
@ -93,6 +93,7 @@ fn start<T: Termination + 'static>(
|
||||||
main: fn() -> T,
|
main: fn() -> T,
|
||||||
argc: isize,
|
argc: isize,
|
||||||
argv: *const *const u8,
|
argv: *const *const u8,
|
||||||
|
_sigpipe: u8,
|
||||||
) -> isize {
|
) -> isize {
|
||||||
if argc == 3 {
|
if argc == 3 {
|
||||||
unsafe { puts(*argv as *const i8); }
|
unsafe { puts(*argv as *const i8); }
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2022-08-30"
|
channel = "nightly-2022-09-04"
|
||||||
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue