]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-8727.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-8727.rs
index 72da6dcaa6c45a22e76a62a97282c958d6273838..18b7948c46c7cace2458bb84302f9be4608fa969 100644 (file)
@@ -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 during monomorphization
+// error-pattern:reached the recursion limit while instantiating `generic::<std::option::Option<
 
 // Verify the compiler fails with an error on infinite function
 // recursions.