1 2 3 4 5 6 7 8 9 10
// error-pattern: this file contains an unclosed delimiter use foo::{bar, baz; use std::fmt::Display; mod bar { } mod baz { } fn main() {}