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,7 +1,7 @@
// edition:2021
// revisions: drop-tracking no-drop-tracking
// [drop-tracking] compile-flags: -Zdrop-tracking=yes
// [no-drop-tracking] compile-flags: -Zdrop-tracking=no
// revisions: no_drop_tracking drop_tracking drop_tracking_mir
// [drop_tracking] compile-flags: -Zdrop-tracking
// [drop_tracking_mir] compile-flags: -Zdrop-tracking-mir
use std::rc::Rc;