Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
imports
/
auxiliary
/
extern-with-ambiguous-3-extern.rs
blob: ad4e0480493093b920a9e23906f4a7677c2e4233 [
file
] [
log
] [
blame
]
mod
a
{
pub
mod
error
{}
}
pub
use
a
::*;
mod
b
{
pub
mod
error
{}
}
pub
use
b
::*;
mod
c
{
pub
mod
error
{}
}
pub
use
c
::*;