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