Pastebin
Retrouvez, créez et partagez vos snippets en temps réel.
Rechercher un Pastebin
Aucun paste trouvé.
Créer un paste
Pastebin
Blog
Aaaaaaaaaaa
┌─[mothersphere@archlinux] - [Grape] - [ main +266 / -5 ] └─>[$] cargo run Compiling grape v0.1.0 (/home/mothersphere/Grape) error: failed to run custom build command for `grape v0.1.0 (/home/mothersphere/Grape)` Caused by: process didn't exit successfully: `/home/mothersphere/Grape/target/debug/build/grape-9955b075bf6fa123/build-script-build` (exit status: 101) --- stderr error: Syntax error: expected ')' --> /home/mothersphere/Grape/ui/main.slint:228:31 | 228 | callback select_track(int index); | ^ error: Syntax error: expected ';' --> /home/mothersphere/Grape/ui/main.slint:228:31 | 228 | callback select_track(int index); | ^ error: Parse error --> /home/mothersphere/Grape/ui/main.slint:228:36 | 228 | callback select_track(int index); | ^ error: Syntax error: expected ')' --> /home/mothersphere/Grape/ui/main.slint:229:28 | 229 | callback search(string query); | ^ error: Syntax error: expected ';' --> /home/mothersphere/Grape/ui/main.slint:229:28 | 229 | callback search(string query); | ^ thread 'main' (504108) panicked at build.rs:2:43: Failed to compile Slint UI: CompileError(["/home/mothersphere/Grape/ui/main.slint:228: Syntax error: expected ')'", "/home/mothersphere/Grape/ui/main.slint:228: Syntax error: expected ';'", "/home/mothersphere/Grape/ui/main.slint:228: Parse error", "/home/mothersphere/Grape/ui/main.slint:229: Syntax error: expected ')'", "/home/mothersphere/Grape/ui/main.slint:229: Syntax error: expected ';'"]) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Créé il y a 2 semaines.