Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// deprecated doesn't currently support literals
#[deprecated("since")] //~ ERROR E0565
fn f() { }
fn main() { }