cargo : Checking engine_rust v0.1.2 (C:\Users\trios\.gemini\antigravity\vs code\loveca-copy\engine_rust_src) 発生場所 行:1 文字:1 + cargo check > check_error.txt 2>&1 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpeci fied: ( Checking en...ngine_rus t_src):String) [], RemoteException + FullyQualifiedErrorId : NativeCo mmandError error[E0061]: this method takes 5 argum ents but 4 arguments were supplied --> src\py_bindings.rs:752:21 | 752 | env.integrated_s tep(db, act, opp_mode, mcts_sims) | ^^^^^^^^^^^^ ^^^------------------------------ argum ent #5 of type `bool` is missing | note: method defined here --> src\core\logic.rs:4649:12 | 4649 | pub fn integrated_step(&mut self, db: &CardDatabase, action: i32, o pp_mode: u8, mcts_sims: usize, enable_r ollout: bool) -> (f32, bool) { | ^^^^^^^^^^^^^^^ -------- ------------ help: provide the argument | 752 | env.integrated_s tep(db, act, opp_mode, mcts_sims, /* bo ol */) | +++++++ +++++ For more information about this error, try `rustc --explain E0061`. error: could not compile `engine_rust` (lib) due to 1 previous error