LovecaSim / engine_rust_src /check_error.txt
trioskosmos's picture
Upload folder using huggingface_hub
88d4171 verified
raw
history blame
2.86 kB
��cargo : Checking engine_rust v0.1.2
(C:\Users\trios\.gemini\antigravity\vs
code\loveca-copy\engine_rust_src)
zvu4X@b L�:1 �eW[: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