Sign in
rust
/
rust
/
df2fe313d44bcc008331a0b01662cfdcaa0ecc90
/
.
/
tests
/
ui
/
recursion
/
recursion_limit
/
zero-overflow.rs
blob: 3887972a516230def28a7d0ce4f2bd85bfd0c34f [
file
]
//~ ERROR overflow evaluating the requirement `&mut Self: DispatchFromDyn<&mut RustaceansAreAwesome>
//~| HELP consider increasing the recursion limit
//@ build-fail
#![
recursion_limit
=
"0"
]
fn
main
()
{}