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