]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/did_you_mean/recursion_limit_deref.rs
Provide a proper span when demanding for the return type of `box x`.
[rust.git] / src / test / ui / did_you_mean / recursion_limit_deref.rs
index 3e261ec636c0801f3b6ff90fa37aef80d5af84d3..f5e75f40fca087ed0bd22779aad8a9a0e7e06d7d 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//~^^^^^^^^^^ ERROR reached the recursion limit
-
 // Test that the recursion limit can be changed and that the compiler
 // suggests a fix. In this case, we have a long chain of Deref impls
 // which will cause an overflow during the autoderef loop.