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 ] [643ms] └─>[$] 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: Cannot specify both 'height' and 'min-height' --> /home/mothersphere/Grape/ui/main.slint:234:13 | 234 | height: 100%; | ^ error: Cannot specify both 'width' and 'min-width' --> /home/mothersphere/Grape/ui/main.slint:233:12 | 233 | width: 100%; | ^ error: Cannot find parent property to apply relative length --> /home/mothersphere/Grape/ui/main.slint:233:12 | 233 | width: 100%; | ^ error: Cannot find parent property to apply relative length --> /home/mothersphere/Grape/ui/main.slint:234:13 | 234 | height: 100%; | ^ warning: Cannot specify both 'height' and 'min-height' --> /home/mothersphere/Grape/ui/main.slint:234:13 | 234 | height: 100%; | ^ warning: Cannot specify both 'width' and 'min-width' --> /home/mothersphere/Grape/ui/main.slint:233:12 | 233 | width: 100%; | ^ thread 'main' (522097) panicked at build.rs:2:43: Failed to compile Slint UI: CompileError(["/home/mothersphere/Grape/ui/main.slint:234: Cannot specify both 'height' and 'min-height'", "/home/mothersphere/Grape/ui/main.slint:233: Cannot specify both 'width' and 'min-width'", "/home/mothersphere/Grape/ui/main.slint:233: Cannot find parent property to apply relative length", "/home/mothersphere/Grape/ui/main.slint:234: Cannot find parent property to apply relative length", "/home/mothersphere/Grape/ui/main.slint:234: Cannot specify both 'height' and 'min-height'", "/home/mothersphere/Grape/ui/main.slint:233: Cannot specify both 'width' and 'min-width'"]) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Créé il y a 3 semaines.