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
/
doc-before-mod-rbrace.rs
blob: c65a0a93184c0ea5f65d8ed34df626c27fc36d96 (
plain
)
1
2
3
4
5
6
mod
Foo
{
/// document
//~^ ERROR expected item after doc comment
}
fn
main
()
{}