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