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
/
error-codes
/
E0412.rs
blob: 5f922a50a68ed0199b8ee0bf1a3828cd913cea87 (
plain
)
1
2
3
4
impl
Something
{}
//~ ERROR E0412
fn
main
()
{
}