about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-8727.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/issue-8727.rs')
-rw-r--r--src/test/compile-fail/issue-8727.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/issue-8727.rs b/src/test/compile-fail/issue-8727.rs
index 525ec855762..18b7948c46c 100644
--- a/src/test/compile-fail/issue-8727.rs
+++ b/src/test/compile-fail/issue-8727.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// error-pattern:reached the recursion limit while instantiating `generic::<core::option::Option<
+// error-pattern:reached the recursion limit while instantiating `generic::<std::option::Option<
 
 // Verify the compiler fails with an error on infinite function
 // recursions.