Files
rust/tests/run-make/duplicate-dependency/re-export-foo.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
57 B
Rust
Raw Normal View History

pub use foo;
pub fn into_foo(_: impl Into<foo::Foo>) {}