From 7d3fb0f38333996f93ac9af190eefe5ca663cb70 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Tue, 20 Jan 2026 21:14:18 +0000 Subject: Fix 'Clone' among other things --- std/mem.zc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std') diff --git a/std/mem.zc b/std/mem.zc index 6627d72..ed69c9b 100644 --- a/std/mem.zc +++ b/std/mem.zc @@ -18,7 +18,7 @@ trait Drop { trait Copy {} trait Clone { - // fn clone(self) -> Self; + fn clone(self) -> Self; } struct Box { -- cgit v1.2.3