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: No exported type called 'TextInput' found in "std-widgets.slint" --> /home/mothersphere/Grape/ui/main.slint:1:35 | 1 | import { Slider, TextInput } from "std-widgets.slint"; | ^ error: Unknown property placeholder-text in TextInput --> /home/mothersphere/Grape/ui/main.slint:397:41 | 397 | placeholder-text: hero_search_placeholder; | ^ thread 'main' (515833) panicked at build.rs:2:43: Failed to compile Slint UI: CompileError(["/home/mothersphere/Grape/ui/main.slint:1: No exported type called 'TextInput' found in \"std-widgets.slint\"", "/home/mothersphere/Grape/ui/main.slint:397: Unknown property placeholder-text in TextInput"]) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ┌─[mothersphere@archlinux] - [Grape] - [ main +266 / -5 ] [513ms] └─>[$] RUST_BACKTRACE=1 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)` note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. Caused by: process didn't exit successfully: `/home/mothersphere/Grape/target/debug/build/grape-9955b075bf6fa123/build-script-build` (exit status: 101) --- stderr error: No exported type called 'TextInput' found in "std-widgets.slint" --> /home/mothersphere/Grape/ui/main.slint:1:35 | 1 | import { Slider, TextInput } from "std-widgets.slint"; | ^ error: Unknown property placeholder-text in TextInput --> /home/mothersphere/Grape/ui/main.slint:397:41 | 397 | placeholder-text: hero_search_placeholder; | ^ thread 'main' (516202) panicked at build.rs:2:43: Failed to compile Slint UI: CompileError(["/home/mothersphere/Grape/ui/main.slint:1: No exported type called 'TextInput' found in \"std-widgets.slint\"", "/home/mothersphere/Grape/ui/main.slint:397: Unknown property placeholder-text in TextInput"]) stack backtrace: 0: __rustc::rust_begin_unwind at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/std/src/panicking.rs:698:5 1: core::panicking::panic_fmt at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/panicking.rs:75:14 2: core::result::unwrap_failed at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/result.rs:1855:5 3: core::result::Result<T,E>::expect 4: build_script_build::main 5: core::ops::function::FnOnce::call_once note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. ┌─[mothersphere@archlinux] - [Grape] - [ main +266 / -5 ] [554ms] └─>[$]
Créé il y a 2 semaines.