Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
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
>)
{}