1
Fork 0

Revert miri async drop test but add warnings to each async drop test

This commit is contained in:
Daria Sukhonina 2024-05-27 15:53:25 +03:00
parent 57a44b2119
commit 4903cf4df6
2 changed files with 38 additions and 50 deletions

View file

@ -1,6 +1,10 @@
//@ run-pass
//@ check-run-results
// WARNING: If you would ever want to modify this test,
// please consider modifying miri's async drop test at
// `src/tools/miri/tests/pass/async-drop.rs`.
#![feature(async_drop, impl_trait_in_assoc_type, noop_waker, async_closure)]
#![allow(incomplete_features, dead_code)]