Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
use foo::self; //~ ERROR unresolved import `foo`
//~^ ERROR `self` imports are only allowed within a { } list
use std::mem::self;
fn main() {}