rust/tests/ui/imports/auxiliary/ambiguous-11-extern.rs

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

7 lines
70 B
Rust
Raw Normal View History

mod t2 {
#[derive(Debug)]
pub enum Error {}
}
pub use t2::*;