Clean way to patch the std

This commit is contained in:
2026-03-18 17:19:08 +01:00
parent 51780b3a78
commit a087bdd523
35 changed files with 6302 additions and 1430 deletions

View File

@@ -176,6 +176,6 @@ pub mod rust_2024 {
) -> isize {
println!("{}", argc);
println!("{:?}", argv);
main().report().to_isize()
main().report().to_i32() as isize
}
}