Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
missing
/
missing-items
/
m2.rs
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
()
{}