1
Fork 0

s/generator/coroutine/

This commit is contained in:
Oli Scherer 2023-10-19 21:46:28 +00:00
parent 60956837cf
commit e96ce20b34
468 changed files with 2201 additions and 2197 deletions

View file

@ -1,4 +1,4 @@
// Verify debuginfo for generators:
// Verify debuginfo for coroutines:
// - Each variant points to the file and line of its yield point
// - The discriminants are marked artificial
// - Other fields are not marked artificial