about summary refs log tree commit diff
path: root/tests/ui/drop/dynamic-drop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/drop/dynamic-drop.rs')
-rw-r--r--tests/ui/drop/dynamic-drop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/drop/dynamic-drop.rs b/tests/ui/drop/dynamic-drop.rs
index caef6358ea7..26eb3717948 100644
--- a/tests/ui/drop/dynamic-drop.rs
+++ b/tests/ui/drop/dynamic-drop.rs
@@ -9,7 +9,7 @@
 
 use std::cell::{Cell, RefCell};
 use std::mem::ManuallyDrop;
-use std::ops::Generator;
+use std::ops::Coroutine;
 use std::panic;
 use std::pin::Pin;