Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-11680.rs
blob: 74abbf0bf8cda3693b3d3db5cf82fa6e1fb96fd5 [
file
] [
log
] [
blame
] [
edit
]
enum
Foo
{
Bar
(
isize
)
}
pub
mod
test
{
enum
Foo
{
Bar
(
isize
)
}
}