Sign in
rust
/
rust
/
b032fac34e5be72aa02748eadd4e8d8917a7e758
/
.
/
tests
/
run-make
/
duplicate-dependency
/
re-export-foo.rs
blob: b346cfcee9b1ff860937f8027654b10da9780f00 [
file
] [
log
] [
blame
]
pub
use
foo
;
pub
fn
into_foo
(
_
:
impl
Into
<
foo
::
Foo
>)
{}