1
Fork 0

Test the 3 generator handling versions for generator/async tests.

This commit is contained in:
Camille GILLOT 2022-10-01 12:19:31 +02:00
parent a20078f044
commit 9259da51ed
179 changed files with 5816 additions and 196 deletions

View file

@ -1,3 +1,6 @@
// revisions: no_drop_tracking drop_tracking drop_tracking_mir
// [drop_tracking] compile-flags: -Zdrop-tracking
// [drop_tracking_mir] compile-flags: -Zdrop-tracking-mir
// edition:2018
// Regression test for issue #62382.