Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Parse error on line X, but is reported on line Y instead.
/* 1
* 2
* 3
*/
fn main() {
%; //~ ERROR expected expression, found `%`
}