]> git.lizzy.rs Git - rust.git/blob - src/test/ui/recursion_limit/zero-overflow.rs
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
[rust.git] / src / test / ui / recursion_limit / zero-overflow.rs
1 //~ ERROR overflow evaluating the requirement `&mut Self: DispatchFromDyn<&mut RustaceansAreAwesome>
2 //~| HELP consider increasing the recursion limit
3 // build-fail
4
5 #![recursion_limit = "0"]
6
7 fn main() {}