rust: fix path to rust_root_crate.sh

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>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/20251007194427.118871-1-stefanha@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Stefan Hajnoczi 2025-10-07 15:44:27 -04:00 committed by Paolo Bonzini
parent 1a583ca382
commit b9ef6198d7

View file

@ -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