diff options
Diffstat (limited to 'tests/ui/drop/dynamic-drop.rs')
| -rw-r--r-- | tests/ui/drop/dynamic-drop.rs | 2 | 
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; | 
