Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
traits
/
impl-for-module.rs
blob: 9004627c52374122415d3959efb1bf1c03d0249d [
file
]
mod
a
{
}
trait
A
{
}
impl
A
for
a
{
//~ ERROR expected type, found module
}
fn
main
()
{
}