index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
attr-dangling-in-fn.rs
blob: c7c45bafb0d1eeff6a36edadf0a88164b45ef984 (
plain
)
1
2
3
4
5
6
7
8
// error-pattern:expected statement
fn
f
()
{
#[foo =
"bar"
]
}
fn
main
()
{
}