diff --git a/lib/std/meta.zig b/lib/std/meta.zig index fd3e03bdbd66..499540388e59 100644 --- a/lib/std/meta.zig +++ b/lib/std/meta.zig @@ -845,6 +845,7 @@ pub fn fieldIndex(comptime T: type, comptime name: []const u8) ?comptime_int { return null; } +/// Do not use. This has been moved to std.testing. pub const refAllDecls = @compileError("refAllDecls has been moved from std.meta to std.testing"); /// Returns a slice of pointers to public declarations of a namespace.