blob: f03c4e19b09faf13936ccf3caf966a557f86086a [file] [log] [blame]
struct Foo;
impl SomeTrait for Foo {} //~ ERROR E0405
fn main() {
}