about summary refs log tree commit diff
path: root/tests/debuginfo/generator-objects.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/generator-objects.rs')
-rw-r--r--tests/debuginfo/generator-objects.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debuginfo/generator-objects.rs b/tests/debuginfo/generator-objects.rs
index 11c4ae2f659..d36b344a804 100644
--- a/tests/debuginfo/generator-objects.rs
+++ b/tests/debuginfo/generator-objects.rs
@@ -66,7 +66,7 @@
 #![feature(omit_gdb_pretty_printer_section, generators, generator_trait)]
 #![omit_gdb_pretty_printer_section]
 
-use std::ops::Generator;
+use std::ops::Coroutine;
 use std::pin::Pin;
 
 fn main() {