Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
error-codes
/
E0197.rs
blob: 4025a1f6c337fce1311d8ce98cd51bb36b869c28 [
file
]
struct
Foo
;
unsafe
impl
Foo
{
}
//~ ERROR E0197
fn
main
()
{
}