Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ compile-flags: -Cmetadata=aux
pub mod tree {
pub use tree;
}
pub mod tree2 {
pub mod prelude {
pub use tree2;