Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
rustdoc
/
inline_local
/
enum-variant-reexport-46766.rs
blob: 8a41f9d1fc5533032907c25cb20f50061d01feb3 [
file
] [
log
] [
blame
]
// https://github.com/rust-lang/rust/issues/46766
#![
crate_name
=
"foo"
]
pub
enum
Enum
{
Variant
}
pub
use
self
::
Enum
::
Variant
;
//@ !has foo/index.html '//a/@href' './Enum/index.html'