Sign in
rust
/
rust
/
c200d2fa5625ea8ddcd1e68ca65a6eaaf4b6cbfd
/
.
/
tests
/
ui
/
error-codes
/
E0200.rs
blob: 24806a6cbb09d1edf579933b9be7567e730e61f1 [
file
]
struct
Foo
;
unsafe
trait
Bar
{
}
impl
Bar
for
Foo
{
}
//~ ERROR E0200
fn
main
()
{
}