summary refs log tree commit diff
path: root/src/test/ui/parser/unclosed_delim_mod.rs
blob: 486e23312819d49cee3a7d2047170e2297fa0af3 (plain)
1
2
3
4
5
6
7
8
fn main() {}

pub struct Value {}
pub fn new() -> Result<Value, ()> {
    Ok(Value {
    }
}
//~^ ERROR incorrect close delimiter