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
/
E0405.rs
blob: f03c4e19b09faf13936ccf3caf966a557f86086a (
plain
)
1
2
3
4
5
6
struct
Foo
;
impl
SomeTrait
for
Foo
{}
//~ ERROR E0405
fn
main
()
{
}