Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(plugin)]
#![plugin(cookie_monster)]
//~^ ERROR E0463
extern crate cake_is_a_lie;
fn main() {
}