Revert miri async drop test but add warnings to each async drop test
This commit is contained in:
parent
57a44b2119
commit
4903cf4df6
2 changed files with 38 additions and 50 deletions
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue