Spaces:
Sleeping
Sleeping
| 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:16:5: error[E0432]: unresolved import `engine_rust::core::enums::Phase`: no `Phase` in `core::enums` | |
| src\main.rs:1:60: warning: unused import: `StatusCode` | |
| src\main.rs:8:26: warning: unused import: `Serialize` | |
| src\main.rs:352:57: error[E0308]: mismatched types: expected `&AsciiStr`, found `&str` | |
| src\main.rs:368:35: error[E0609]: no field `config` on type `&MemberCard`: unknown field | |
| src\main.rs:369:33: error[E0282]: type annotations needed: cannot infer type | |
| src\main.rs:370:38: error[E0282]: type annotations needed: cannot infer type | |
| src\main.rs:371:38: error[E0282]: type annotations needed: cannot infer type | |
| src\main.rs:378:35: error[E0609]: no field `config` on type `&LiveCard`: unknown field | |
| src\main.rs:379:33: error[E0282]: type annotations needed: cannot infer type | |
| src\main.rs:380:38: error[E0282]: type annotations needed: cannot infer type | |
| src\main.rs:381:38: error[E0282]: type annotations needed: cannot infer type | |
| warning: `loveca_launcher` (bin "loveca_launcher") generated 2 warnings | |
| error: could not compile `loveca_launcher` (bin "loveca_launcher") due to 10 previous errors; 2 warnings emitted | |