summaryrefslogtreecommitdiff
path: root/examples/10-transient-0/output
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-07-24 14:59:09 +0100
committerMichael Williamson <mike@zwobble.org>2026-07-24 14:59:09 +0100
commita488ac6d05c30836a5a90a25a35253c88222ad95 (patch)
tree8c04bc861c0d64b426d348c0dcca1cfd8f1d56e7 /examples/10-transient-0/output
parent615ea14404c04d155e2c911e53946ff434d59095 (diff)
Rename test to match renamed type
Diffstat (limited to 'examples/10-transient-0/output')
-rw-r--r--examples/10-transient-0/output/rust/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/10-transient-0/output/rust/src/lib.rs b/examples/10-transient-0/output/rust/src/lib.rs
index b736203..0ca708d 100644
--- a/examples/10-transient-0/output/rust/src/lib.rs
+++ b/examples/10-transient-0/output/rust/src/lib.rs
@@ -51,7 +51,7 @@ mod test {
}
#[test]
- fn nested_struct() {
+ fn struct_with_struct() {
let value = StructWithStruct { inner: StructWithInt32 { a: 10, b: 25 }, c: 42 };
assert_round_trip_encoding(