File size: 2,096 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
��cargo : warning: unused imports: `Arc` 

and `Mutex`

zvu4X@b L�:1 �eW[:1

+ cargo check --message-format=short 2>

 error_short.log ; type error_sh ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~

    + CategoryInfo          : NotSpeci 

   fied: (warning: unused...rc` and `  

  Mutex`:String) [], RemoteException

    + FullyQualifiedErrorId : NativeCo 

   mmandError

 

  --> C:\Users\trios\.gemini\antigravit

y\vscode\loveca-copy\engine_rust_src\sr

c\core\mcts.rs:18:17

   |

18 | use std::sync::{Arc, Mutex};

   |                 ^^^  ^^^^^

   |

   = note: `#[warn(unused_imports)]` (p

art of `#[warn(unused)]`) on by default



warning: `engine_rust` (lib) generated 

1 warning (run `cargo fix --lib -p engi

ne_rust` to apply 1 suggestion)

    Checking loveca_launcher v0.1.0 (C:

\Users\trios\.gemini\antigravity\vscode

\loveca-copy\launcher)

src\main.rs:408:92: error[E0425]: canno

t find value `body` in this scope

error: could not compile `loveca_launch

er` (bin "loveca_launcher") due to 1 pr

evious error