qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rust: fix path to rust_root_crate.sh
@ 2025-10-07 19:44 Stefan Hajnoczi
  2025-10-08  4:03 ` Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2025-10-07 19:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-rust, Manos Pitsidianakis, Stefan Hajnoczi

Generated Rust root crate source files contain the wrong path to the
rust_root_crate.sh script.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 scripts/rust/rust_root_crate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/rust/rust_root_crate.sh b/scripts/rust/rust_root_crate.sh
index 975bddf7f1..f05b8d0210 100755
--- a/scripts/rust/rust_root_crate.sh
+++ b/scripts/rust/rust_root_crate.sh
@@ -4,7 +4,7 @@ set -eu
 
 cat <<EOF
 // @generated
-// This file is autogenerated by scripts/rust_root_crate.sh
+// This file is autogenerated by scripts/rust/rust_root_crate.sh
 
 EOF
 
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-08 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-07 19:44 [PATCH] rust: fix path to rust_root_crate.sh Stefan Hajnoczi
2025-10-08  4:03 ` Philippe Mathieu-Daudé
2025-10-08  5:57 ` Manos Pitsidianakis
2025-10-08  6:34 ` Paolo Bonzini
2025-10-08 16:28 ` Zhao Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).