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
/
E0425.rs
blob: ec234ae9906602721d7b7024a8a0ac9a9f1aaa58 (
plain
)
1
2
3
4
5
6
7
8
trait
Foo
{
fn
bar
()
{
elf
;
//~ ERROR E0425
}
}
fn
main
()
{
}