diff --git a/compiler/testdata/coroutine.go b/compiler/testdata/coroutine.go index 11f01b6..ccde368 100644 --- a/compiler/testdata/coroutine.go +++ b/compiler/testdata/coroutine.go @@ -584,7 +584,7 @@ func IdentityGenericClosure[T any](n T) { fn() } -// TODO: add this go:noinline directive automatically +// TODO: add this go:noinline directive automatically (once stealthrocket/coroutine#84 is fixed) // //go:noinline func buildClosure[T any](n T) func() {