sample-code: update for new WIP syntax (it's more persnickety)

This commit is contained in:
2025-10-19 19:27:09 -04:00
parent 6b24980fc7
commit b54826cdd5
7 changed files with 46 additions and 42 deletions

View File

@@ -4,7 +4,7 @@ use super::preamble::*;
struct UnitLike;
struct TupleLike(super::num::i32, super::test::char)
struct TupleLike(super::num::i32, super::test::char);
struct StructLike {
pub member1: UnitLike,