Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
mod m {
pub struct S(u8);
use S as Z;
}
use m::*;
fn main() {}