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