From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-rust@nongnu.org,
Manos Pitsidianakis <manos.pitsidianakis@linaro.org>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PATCH] rust: fix path to rust_root_crate.sh
Date: Tue, 7 Oct 2025 15:44:27 -0400 [thread overview]
Message-ID: <20251007194427.118871-1-stefanha@redhat.com> (raw)
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
next reply other threads:[~2025-10-07 19:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-07 19:44 Stefan Hajnoczi [this message]
2025-10-08 4:03 ` [PATCH] rust: fix path to rust_root_crate.sh Philippe Mathieu-Daudé
2025-10-08 5:57 ` Manos Pitsidianakis
2025-10-08 6:34 ` Paolo Bonzini
2025-10-08 16:28 ` Zhao Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251007194427.118871-1-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=manos.pitsidianakis@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-rust@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).