runtime: avoid heap allocs for plain errors

This commit is contained in:
Jake Bailey
2026-07-27 09:08:47 -07:00
committed by Ron Evans
parent 1d2bc0fd64
commit 206d9ae8e0
17 changed files with 132 additions and 50 deletions
+1
View File
@@ -52,6 +52,7 @@ outer recovered: repanic value
# recover from nil map and closed channel
recovered: nil map
recovered runtime error: assignment to entry in nil map
recovered: closed chan
recovered: close nil chan