Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
use m::f as x; //~ ERROR unresolved import `m::f` [E0432]
//~^ no `f` in `m`
mod m {}
fn main() {}