File size: 2,860 Bytes
88d4171
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
��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