We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c7112 commit 20a55e7Copy full SHA for 20a55e7
compiler/compiler.go
@@ -38,6 +38,7 @@ var functionsUsedInTransforms = []string{
38
"runtime.alloc",
39
"runtime.free",
40
"runtime.scheduler",
41
+ "runtime.nilPanic",
42
}
43
44
var taskFunctionsUsedInTransforms = []string{
0 commit comments