Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
use foo::{bar, baz;
use std::fmt::Display;
mod bar { }
mod baz { }
//~v ERROR this file contains an unclosed delimiter
fn main() {}