rust/tests/ui/recursion/auxiliary/recursive_reexports.rs

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

4 lines
33 B
Rust
Raw Normal View History

2016-06-28 19:18:07 -05:00
pub mod foo {
pub use foo;
}