File size: 1,139 Bytes
3167e93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
cargo :     Checking loveca_launcher v0
.1.0 (C:\Users\trios\.gemini\antigravit
y\vscode\loveca-copy\launcher)
発生場所 行:1 文字:1
+ cargo check > error.txt 2>&1 ; type e
rror.txt
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpeci 
   fied: (    Checking lo...-copy\lau  
  ncher):String) [], RemoteException
    + FullyQualifiedErrorId : NativeCo 
   mmandError
 
error: this file contains an unclosed d
elimiter
   --> src\main.rs:923:3
    |
728 | fn serialize_state_rich(gs: &Game
State, db: &CardDatabase, edb: &Value, 
mode: &str, viewer_idx: usize) -> Value
 {
    |                                  
                                       
                                       
 - unclosed delimiter
...
736 |     if gs.current_player as usize
 == viewer_idx {
    |                                  
               - this delimiter might n
ot be properly closed...
...
878 | }
    | - ...as it matches this but it ha
s different indentation
...
923 | }
    |  ^

error: could not compile `loveca_launch
er` (bin "loveca_launcher") due to 1 pr
evious error