Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
error-codes
/
E0437.rs
blob: f8c15007d4ee518be05f83e882700557837e2c4a [
file
]
trait
Foo
{}
impl
Foo
for
i32
{
type
Bar
=
bool
;
//~ ERROR E0437
}
fn
main
()
{
}