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