structS{x: [usize;3],}fnfoo(){{{println!("hi");}}}fnmain(){//~^ NOTE unclosed delimiter{{//~^ NOTE this delimiter might not be properly closed...foo();}//~^ NOTE ...as it matches this but it has different indentation}//~ ERROR this file contains an unclosed delimiter