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