2023-11-20 18:50:25 +00:00
|
|
|
// https://github.com/rust-lang/rust/issues/46766
|
2017-12-28 17:49:36 +00:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
pub enum Enum{Variant}
|
|
|
|
pub use self::Enum::Variant;
|
|
|
|
|
2024-06-21 12:03:08 +00:00
|
|
|
//@ !has foo/index.html '//a/@href' './Enum/index.html'
|