Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
imports
/
auxiliary
/
extern-with-ambiguous-2-extern.rs
blob: 37899676892f3e8c23d9b3270c860138e85463d8 [
file
] [
log
] [
blame
]
mod
a
{
pub
mod
error
{}
}
pub
use
a
::*;
mod
b
{
pub
mod
error
{}
}
pub
use
b
::*;