]> git.lizzy.rs Git - rust.git/blob - src/test/ui/recursion_limit/zero-overflow.rs
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
[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() {}