blob: 486e23312819d49cee3a7d2047170e2297fa0af3 [file] [log] [blame]
fn main() {}
pub struct Value {}
pub fn new() -> Result<Value, ()> {
Ok(Value {
}
}
//~^ ERROR incorrect close delimiter