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