Step 503: integrate phase 25b scenarios and gates

This commit is contained in:
Bill
2026-02-16 22:42:46 -07:00
parent 7ec9147fb7
commit f718a6668a
6 changed files with 385 additions and 6 deletions

View File

@@ -176,7 +176,7 @@ private:
}
static std::string generateReturnEdgeCaseBody(const FunctionSignature& func,
const ContractAnnotation& contract,
const APIMigrationContract& contract,
const std::string& lang) {
if (lang == "rust") {
return "#[test]\nfn test_" + func.name + "_return_contract() {\n"