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: Unknown element 'Slider' --> /home/mothersphere/Grape/ui/main.slint:306:25 | 306 | Slider { | ^ error: Unknown property placeholder-text in TextInput --> /home/mothersphere/Grape/ui/main.slint:395:41 | 395 | placeholder-text: hero_search_placeholder; | ^ error: Cannot link to a input property --> /home/mothersphere/Grape/ui/main.slint:396:41 | 396 | text <=> search_query; | ^ error: Unknown unqualified identifier 'text'. Did you mean 'self.text'? --> /home/mothersphere/Grape/ui/main.slint:399:65 | 399 | edited => { root.search(text); } | ^ thread 'main' (511521) panicked at build.rs:2:43: Failed to compile Slint UI: CompileError(["/home/mothersphere/Grape/ui/main.slint:306: Unknown element 'Slider'", "/home/mothersphere/Grape/ui/main.slint:395: Unknown property placeholder-text in TextInput", "/home/mothersphere/Grape/ui/main.slint:396: Cannot link to a input property", "/home/mothersphere/Grape/ui/main.slint:399: Unknown unqualified identifier 'text'. Did you mean 'self.text'?"]) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ┌─[mothersphere@archlinux] - [Grape] - [ main +266 / -5 ]
Créé il y a 2 semaines.