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-29 00:18:07 +00:00
pub mod foo {
pub use foo;
}