summaryrefslogtreecommitdiff
path: root/test cases/rust/31 rust.workspace package/subprojects/answer-2-rs.wrap
AgeCommit message (Collapse)Author
2025-12-22rust: add rust.workspace() skeleton implementationPaolo Bonzini
rust.workspace() is the entry point for global feature resolution. It loads a Cargo.toml file and ensures that all dependencies will be built with the correct set of features. Fixes: #13404 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>