Translate wire semantics parity tests
Some checks failed
Rust API gates / api-gates (push) Has been cancelled

This commit is contained in:
2026-08-08 14:50:08 +02:00
parent b73721de87
commit 4e5d79e647
32 changed files with 4316 additions and 3199 deletions

View File

@@ -11,6 +11,7 @@ fn member_id<T>(result: Result<T, libremetaverse::Error>) -> &'static str {
.err()
.expect("failure-only shim unexpectedly returned a value")
.csharp_member()
.expect("failure-only shim error")
}
#[test]