blob: aa52fe92ac1ba945caa6cf6e852e736b2358bdb8 [file] [log] [blame]
use foo::{bar, baz;
use std::fmt::Display;
mod bar { }
mod baz { }
//~v ERROR this file contains an unclosed delimiter
fn main() {}