Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
tests
/
ui
/
recursion
/
recursion_limit
/
zero-overflow.rs
blob: 718b8550c26c6ec1961aa385c6c82a3cbeb53cb5 [
file
]
//~ ERROR queries overflow the depth limit!
//~| HELP consider increasing the recursion limit
//@ build-fail
#![
recursion_limit
=
"0"
]
fn
main
()
{}