Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
recursion
/
recursion_limit
/
no-value.rs
blob: 2202e5b7713ee085cda572f405ef308f417d1c21 [
file
]
// Test the parse error for no value provided to recursion_limit
#![
recursion_limit
]
//~^ ERROR malformed `recursion_limit` attribute input
fn
main
()
{}