summaryrefslogtreecommitdiffstats
path: root/src/test/ui/recursion_limit/zero-overflow.rs
blob: 77bd8185676083a6fbb99593acb07c723d25454a (plain)
1
2
3
4
5
6
7
//~ ERROR overflow evaluating the requirement `&mut Self: DispatchFromDyn<&mut RustaceansAreAwesome>
//~| HELP consider increasing the recursion limit
// build-fail

#![recursion_limit = "0"]

fn main() {}