mirror of
https://git.proxmox.com/git/rustc
synced 2025-11-06 01:35:55 +00:00
7 lines
133 B
Rust
7 lines
133 B
Rust
#![crate_name = "foo"]
|
|
|
|
pub enum Enum{Variant}
|
|
pub use self::Enum::Variant;
|
|
|
|
// @!has foo/index.html '//a/@href' './Enum/index.html'
|