Sign in
fuchsia
/
third_party
/
rust
/
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
/
.
/
tests
/
ui
/
missing
/
missing-items
/
m2.rs
blob: 2f43e978006006155976957e6f596f58b1b911cd [
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
()
{}