LovecaSim / launcher /error_final.txt
trioskosmos's picture
Upload folder using huggingface_hub
3167e93 verified
warning: unused imports: `Arc` and `Mutex`
--> C:\Users\trios\.gemini\antigravity\vscode\loveca-copy\engine_rust_src\src\core\mcts.rs:18:17
|
18 | use std::sync::{Arc, Mutex};
| ^^^ ^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
warning: `engine_rust` (lib) generated 1 warning (run `cargo fix --lib -p engine_rust` to apply 1 suggestion)
Checking loveca_launcher v0.1.0 (C:\Users\trios\.gemini\antigravity\vscode\loveca-copy\launcher)
src\main.rs:1:60: warning: unused import: `StatusCode`
src\main.rs:8:26: warning: unused import: `Serialize`
src\main.rs:224:85: error[E0502]: cannot borrow `lock` as immutable because it is also borrowed as mutable: immutable borrow occurs here
src\main.rs:226:63: error[E0502]: cannot borrow `lock` as immutable because it is also borrowed as mutable: immutable borrow occurs here
src\main.rs:228:63: error[E0502]: cannot borrow `lock` as immutable because it is also borrowed as mutable: immutable borrow occurs here
src\main.rs:245:49: error[E0502]: cannot borrow `lock` as immutable because it is also borrowed as mutable: immutable borrow occurs here
src\main.rs:262:77: error[E0502]: cannot borrow `lock` as immutable because it is also borrowed as mutable: immutable borrow occurs here
src\main.rs:289:77: error[E0502]: cannot borrow `lock` as immutable because it is also borrowed as mutable: immutable borrow occurs here
src\main.rs:163:33: warning: value assigned to `response_json` is never read
warning: `loveca_launcher` (bin "loveca_launcher") generated 3 warnings
error: could not compile `loveca_launcher` (bin "loveca_launcher") due to 6 previous errors; 3 warnings emitted