From a3a87e0b6783c81fd3bce5a9d1bbfc61edbd54d9 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 22 Apr 2024 15:47:37 -0500 Subject: [PATCH] test.cl: Fix moved i32 to module ::num --- stdlib/test.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/test.cl b/stdlib/test.cl index 5f35b80..a779453 100644 --- a/stdlib/test.cl +++ b/stdlib/test.cl @@ -4,7 +4,7 @@ use super::preamble::*; struct UnitLike; -struct TupleLike(super::i32, super::self::test::char) +struct TupleLike(super::num::i32, super::self::test::char) struct StructLike { pub member1: UnitLike,