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