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