fn main() {} pub struct Value {} pub fn new() -> Result { Ok(Value { } } //~^ ERROR mismatched closing delimiter