Bump Rust version to nightly-2025-02-18(2024 Edition)

This commit is contained in:
Yifan Wu 2025-02-19 21:27:17 +08:00
parent 123595601d
commit 5b846fce6a
44 changed files with 118 additions and 105 deletions

View file

@ -8,7 +8,7 @@ use user_lib::{exit, fork, wait};
const MAX_CHILD: usize = 30;
#[no_mangle]
#[unsafe(no_mangle)]
pub fn main() -> i32 {
for i in 0..MAX_CHILD {
let pid = fork();