From be84f5a712758d58ba7109b1328f57bc355f67fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurij=20Juki=C4=87?= Date: Thu, 9 Oct 2025 14:55:34 +0200 Subject: [PATCH] output a build error --- src/build/wit_generator.rs | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/build/wit_generator.rs b/src/build/wit_generator.rs index 0b16141f..2c589b46 100644 --- a/src/build/wit_generator.rs +++ b/src/build/wit_generator.rs @@ -1,6 +1,7 @@ use std::collections::{HashMap, HashSet}; use std::fs; use std::path::{Path, PathBuf}; +use std::process::Command; use color_eyre::{ eyre::{bail, eyre, WrapErr}, @@ -1053,11 +1054,23 @@ fn process_rust_project(project_path: &Path, api_dir: &Path) -> Result