Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
parser
/
attribute
/
attribute-with-no-generics-in-parameter-list.rs
blob: c2cc91d8f7703768c45c9ca21ad50bc235e38888 [
file
]
fn
foo
<#[
attr
]>()
{}
//~ ERROR attribute without generic parameters
fn
main
()
{}