Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-2316-b.rs
blob: 550c2d6eb226d318556ced01b86813299f0331a6 [
file
] [
log
] [
blame
] [
edit
]
#![
allow
(
unused_imports
)]
extern
crate issue_2316_a
;
pub
mod
cloth
{
use
issue_2316_a
::*;
pub
enum
fabric
{
gingham
,
flannel
,
calico
}
}