diff options
Diffstat (limited to 'tests/ui/async-await/async-fn-send-uses-nonsend.rs')
| -rw-r--r-- | tests/ui/async-await/async-fn-send-uses-nonsend.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/async-await/async-fn-send-uses-nonsend.rs b/tests/ui/async-await/async-fn-send-uses-nonsend.rs index 35d9cb15540..53016854f15 100644 --- a/tests/ui/async-await/async-fn-send-uses-nonsend.rs +++ b/tests/ui/async-await/async-fn-send-uses-nonsend.rs @@ -1,6 +1,6 @@ -// build-pass (FIXME(62277): could be check-pass?) -// edition:2018 -// compile-flags: --crate-type lib +//@ build-pass (FIXME(62277): could be check-pass?) +//@ edition:2018 +//@ compile-flags: --crate-type lib use std::{ cell::RefCell, |
