about summary refs log tree commit diff
path: root/tests/ui/async-await/async-is-unwindsafe.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-is-unwindsafe.rs')
-rw-r--r--tests/ui/async-await/async-is-unwindsafe.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/async-await/async-is-unwindsafe.rs b/tests/ui/async-await/async-is-unwindsafe.rs
index d0202f72f00..53009b6e741 100644
--- a/tests/ui/async-await/async-is-unwindsafe.rs
+++ b/tests/ui/async-await/async-is-unwindsafe.rs
@@ -11,7 +11,6 @@ fn main() {
 
     is_unwindsafe(async {
         //~^ ERROR the type `&mut Context<'_>` may not be safely transferred across an unwind boundary
-        //~| ERROR the type `&mut (dyn Any + 'static)` may not be safely transferred across an unwind boundary
         use std::ptr::null;
         use std::task::{Context, RawWaker, RawWakerVTable, Waker};
         let waker = unsafe {