Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
extern crate issue_13872_2 as bar;
use bar::B;
pub fn foo() {
match B {
B => {}
}