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