Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
run-make
/
crate-loading-crate-depends-on-itself
/
foo-prev.rs
blob: 19d3f3c972b09e6aacd3075c134c99c9aa58f4f8 [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
#![
crate_name
=
"foo"
]
pub
struct
Struct
;
pub
trait
Trait
{}
impl
Trait
for
Struct
{}