summary refs log tree commit diff
path: root/src/test/ui/parser/unclosed_delim_mod.rs
blob: b1664f49dc59158155b33e2189ca270ed3017295 (plain)
1
2
3
4
5
6
pub struct Value {}
pub fn new() -> Result<Value, ()> {
    Ok(Value {
    }
}
//~^ ERROR incorrect close delimiter