blob: c2a6914abc9ec96fad5a4ee246348f01ea8c3f99 [file] [log] [blame]
// aux-build:m1.rs
extern crate m1;
struct X {
}
impl m1::X for X { //~ ERROR not all trait items implemented
}
fn main() {}