index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
/
attribute-with-no-generics-in-parameter-list.rs
blob: c2cc91d8f7703768c45c9ca21ad50bc235e38888 (
plain
)
1
2
3
fn
foo
<
#[attr]
>
()
{}
//~ ERROR attribute without generic parameters
fn
main
()
{}