]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/recursion_limit.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / recursion_limit.rs
index 368269999a296c0008f457a5f7c37f12b63d9e63..226a6d57ddbf039f7cfd982719a8b1d11fcb228a 100644 (file)
@@ -43,4 +43,15 @@ fn main() {
     is_send::<A>();
     //~^ ERROR overflow evaluating
     //~| NOTE consider adding a `#![recursion_limit="20"]` attribute to your crate
+    //~| NOTE required because it appears within the type `A`
+    //~| NOTE required because it appears within the type `B`
+    //~| NOTE required because it appears within the type `C`
+    //~| NOTE required because it appears within the type `D`
+    //~| NOTE required because it appears within the type `E`
+    //~| NOTE required because it appears within the type `F`
+    //~| NOTE required because it appears within the type `G`
+    //~| NOTE required because it appears within the type `H`
+    //~| NOTE required because it appears within the type `I`
+    //~| NOTE required because it appears within the type `J`
+    //~| NOTE required by `is_send`
 }