Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// repr currently doesn't support literals
#[deprecated(since = b"1.29", note = "hi")] //~ ERROR E0539
struct A { }
fn main() { }