Pastebin
Retrouvez, créez et partagez vos snippets en temps réel.
Rechercher un Pastebin
Aucun paste trouvé.
Créer un paste
Pastebin
Blog
zevezvez
cargo build --release Compiling kayabot v0.1.0 (C:\Users\Oni Miori\KayaBot) error[E0432]: unresolved import `crate::paths` --> src\bin\metadata\..\..\metadata\cache.rs:10:5 | 10 | use crate::paths; | ^^^^^^^^^^^^ no `paths` in the root | help: consider importing this module instead | 10 - use crate::paths; 10 + use kayabot::paths; | error[E0282]: type annotations needed --> src\bin\metadata\..\..\metadata\cache.rs:332:20 | 332 | return config_dir.join("metadata_cache.json"); | ^^^^^^^^^^ cannot infer type Some errors have detailed explanations: E0282, E0432. For more information about an error, try `rustc --explain E0282`. error: could not compile `kayabot` (bin "preload_metadata_cache") due to 2 previous errors Oni Miori on Wednesday at 7:46 PM main ≡ ?1 0.883s MEM: 49% (15/31GB) { home KayaBot }
Créé il y a 3 semaines.