Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// 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'